We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cacf263 commit 0918ed8Copy full SHA for 0918ed8
.github/workflows/cache_xmss_and_xmssmt_keys.yml
@@ -10,6 +10,10 @@ env:
10
KEY_GEN_VERSION: 1
11
KEY_DIR: data/xmss_xmssmt_keys
12
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
+
17
jobs:
18
build-cache:
19
runs-on: ubuntu-latest
0 commit comments