Skip to content

Commit

Permalink
disabling scheduled runs for next release (#828)
Browse files Browse the repository at this point in the history
  • Loading branch information
leandroberetta authored Oct 18, 2024
1 parent 83be2a0 commit 0313270
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Release

on:
schedule:
#schedule:
# Every Monday at 07:00 (UTC)
- cron: '00 7 * * MON'
#- cron: '00 7 * * MON'
workflow_dispatch:
inputs:
release_branch:
Expand Down

0 comments on commit 0313270

Please sign in to comment.