diff --git a/.github/workflows/tagging.yml b/.github/workflows/tagging.yml index df2f6253e..03b4afa65 100755 --- a/.github/workflows/tagging.yml +++ b/.github/workflows/tagging.yml @@ -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: