Skip to content

Commit

Permalink
chore(ci): stable-daily run on merge-group (#1888)
Browse files Browse the repository at this point in the history
Co-authored-by: Benjamin Sherman <benjamin@holyarmy.org>
  • Loading branch information
m2Giles and bsherman authored Nov 5, 2024
1 parent 1b76f14 commit 530ddb0
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 32 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build-image-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@ on:
- testing
paths-ignore:
- "**.md"
push:
branches:
- main
paths-ignore:
- "**.md"
schedule:
- cron: "40 4 * * 1,2,3,4,5,6" # 4:40 UTC All But Sunday
- cron: "40 4 * * 0" # 4:40 UTC Sunday
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/build-image-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@ on:
- testing
paths-ignore:
- "**.md"
push:
branches:
- main
paths-ignore:
- "**.md"
schedule:
- cron: "40 4 * * 1,2,3,4,5,6" # 4:40 UTC All But Sunday
- cron: "40 4 * * 0" # 4:40 UTC Sunday
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-image-stable.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Stable Images
on:
merge_group: # Make Stable-Daily run on merge groups
pull_request:
branches:
- main
Expand Down
22 changes: 0 additions & 22 deletions .github/workflows/generate_changelog.yml

This file was deleted.

0 comments on commit 530ddb0

Please sign in to comment.