mirror of
https://github.com/pseXperiments/icicle.git
synced 2026-01-08 20:48:06 -05:00
Add concurrency group to examples workflow (#361)
This commit is contained in:
4
.github/workflows/examples.yml
vendored
4
.github/workflows/examples.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user