Skip to content

Commit

Permalink
ci: concurrency test
Browse files Browse the repository at this point in the history
  • Loading branch information
Mogyuchi committed May 15, 2024
1 parent 4b501a2 commit 94125c1
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,12 @@ on:
default: false
permissions: {}

concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true

jobs:
test1:
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true
if: ${{ inputs.skip == false}}
runs-on: ubuntu-latest
steps:
- run: sleep 60
- run: sleep 120

0 comments on commit 94125c1

Please sign in to comment.