Skip to content

Commit

Permalink
Add concurrency group to examples workflow (ingonyama-zk#361)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyfelder committed Feb 8, 2024
1 parent e77173f commit 3cbdfe7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ on:
- main
- dev

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

jobs:
test-examples:
runs-on: [self-hosted, Linux, X64, icicle] # ubuntu-latest
Expand Down

0 comments on commit 3cbdfe7

Please sign in to comment.