Skip to content

Commit

Permalink
fix concurrency jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
submarcos committed May 21, 2024
1 parent d907f8e commit 78341b1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/python-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ on:
schedule:
- cron: '0 2 * * *'

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

jobs:
lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 78341b1

Please sign in to comment.