We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccb1eae commit e8387b0Copy full SHA for e8387b0
.github/workflows/appdistribution.yml
@@ -18,9 +18,9 @@ on:
18
# Run every day at 2am (PDT) / 5am (EDT) - cron uses UTC times
19
- cron: '0 9 * * *'
20
21
-# concurrency:
22
-# group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
23
-# cancel-in-progress: true
+ concurrency:
+ group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
+ cancel-in-progress: true
24
25
jobs:
26
spm:
0 commit comments