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 70d345f commit 25ee4edCopy full SHA for 25ee4ed
1 file changed
.github/workflows/cron-update-labels.yml
@@ -4,7 +4,7 @@ on:
4
# Manually run the job
5
workflow_dispatch:
6
# Periodically run the job
7
- # Every first day of the month at 1:27 UTC
+ # Every first day of the month at 1:28 UTC
8
schedule:
9
- cron: "28 1 1 * *"
10
@@ -13,6 +13,11 @@ permissions:
13
contents: read
14
issues: write
15
16
+# Prevent Concurrent Jobs
17
+concurrency:
18
+ group: labels-monthly-${{ github.ref }}
19
+ cancel-in-progress: true
20
+
21
jobs:
22
# Runs reusable workflow (utility-update-labels.yml on the main branch) from keystone repository
23
create-labels:
0 commit comments