Skip to content

Commit

Permalink
add concurrency section
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Mulhall authored and Ryan Mulhall committed Jul 22, 2024
1 parent ee8b74d commit fab25d4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pw_am5_intel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ on:
- '*beta*'
pull_request:
workflow_dispatch:

# cancel running jobs if theres a newer push
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
compile_AM5:
runs-on: [self-hosted, pw-platform]
Expand Down

0 comments on commit fab25d4

Please sign in to comment.