Skip to content

Commit

Permalink
disable stable workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
detiber committed Dec 16, 2024
1 parent b6300ef commit 763954a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/bluefin-stable.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: Stable Images
on:
merge_group: # Make Stable-Daily run on merge groups
pull_request:
branches:
- main
paths-ignore:
- "**.md"
schedule:
- cron: "50 6 * * 1,2,3,4,5,6" # 6:50 UTC everyday (1 hour after bluefin)
- cron: "50 6 * * 0" # 6:50 UTC sunday (1 hour after bluefin)
# merge_group: # Make Stable-Daily run on merge groups
# pull_request:
# branches:
# - main
# paths-ignore:
# - "**.md"
# schedule:
# - cron: "50 6 * * 1,2,3,4,5,6" # 6:50 UTC everyday (1 hour after bluefin)
# - cron: "50 6 * * 0" # 6:50 UTC sunday (1 hour after bluefin)
workflow_call:
workflow_dispatch:

Expand Down

0 comments on commit 763954a

Please sign in to comment.