Skip to content

Commit

Permalink
Add concurrency to ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rffontenelle committed May 11, 2024
1 parent 3400788 commit 1efbc8f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ on:
schedule:
- cron: '0 14 * * 5'

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

env:
TX_CLI_VERSION: '1.6.10'
TX_PROJECT: python-newest # Project name for the latest python version
Expand Down

0 comments on commit 1efbc8f

Please sign in to comment.