Skip to content

Commit fa0a533

Browse files
Temporarily disable automated releases
1 parent ec2fb38 commit fa0a533

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/tagging.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,12 @@ on:
66
workflow_dispatch:
77
# No inputs are required for the manual dispatch.
88

9+
# NOTE: Temporarily disable automated releases.
10+
#
911
# Runs at 8:00 UTC on Monday, Tuesday, Wednesday, and Thursday. To enable automated
1012
# tagging for a repository, simply add it to the if block of the tag job.
11-
schedule:
12-
- cron: '0 8 * * MON,TUE,WED,THU'
13+
# schedule:
14+
# - cron: '0 8 * * MON,TUE,WED,THU'
1315

1416
# Ensure that only a single instance of the workflow is running at a time.
1517
concurrency:

0 commit comments

Comments
 (0)