Skip to content

Commit

Permalink
set concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
tianluyuan committed Nov 12, 2024
1 parent 7e2506c commit 2be59e5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ on:
# * is a special character in YAML so you have to quote this string
- cron: '25 9 * * 2'

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

jobs:
build:

Expand Down

0 comments on commit 2be59e5

Please sign in to comment.