Skip to content

Commit

Permalink
Update Waf Python Tests to be concurrent
Browse files Browse the repository at this point in the history
  • Loading branch information
loglund committed Aug 22, 2023
1 parent 0cd0814 commit 28a1046
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/python-waf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,8 @@ concurrency:
concurrency:
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}
cancel-in-progress: true

# Cancel previous in-progress when pushing: https://stackoverflow.com/a/72408109
concurrency:
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}
cancel-in-progress: true

0 comments on commit 28a1046

Please sign in to comment.