Skip to content

Commit e8387b0

Browse files
authored
Update .github/workflows/appdistribution.yml
1 parent ccb1eae commit e8387b0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/appdistribution.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ on:
1818
# Run every day at 2am (PDT) / 5am (EDT) - cron uses UTC times
1919
- cron: '0 9 * * *'
2020

21-
# concurrency:
22-
# group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
23-
# cancel-in-progress: true
21+
concurrency:
22+
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
23+
cancel-in-progress: true
2424

2525
jobs:
2626
spm:

0 commit comments

Comments
 (0)