ci: Update [ci-force]
This commit is contained in:
parent
73c6e57998
commit
46ccb5de87
2 changed files with 2 additions and 2 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -1,7 +1,7 @@
|
|||
name: ci
|
||||
on: [push, pull_request]
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
2
ci/sub
2
ci/sub
|
|
@ -1 +1 @@
|
|||
Subproject commit 64036dae6aa4da7c5928e0b00e4d360f4cafa238
|
||||
Subproject commit c209cbcd9fafc5664d16531aa48eb050b5ff4b19
|
||||
Loading…
Reference in a new issue