Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .github/workflows/tagging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@ on:
workflow_dispatch:
# No inputs are required for the manual dispatch.

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

# Ensure that only a single instance of the workflow is running at a time.
concurrency:
Expand Down
Loading