Skip to content

Commit 0918ed8

Browse files
committed
Add cancel to cache_xmss_and_xmssmt_keys.yml.
1 parent cacf263 commit 0918ed8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/cache_xmss_and_xmssmt_keys.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ env:
1010
KEY_GEN_VERSION: 1
1111
KEY_DIR: data/xmss_xmssmt_keys
1212

13+
concurrency:
14+
group: gen-cache-stfl-keys-${{ github.event_name == 'pull_request' && github.head_ref || github.sha }}
15+
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
16+
1317
jobs:
1418
build-cache:
1519
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)