Skip to content

Commit

Permalink
chore: temporarily pause stable scheduled builds (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
bsherman authored Nov 12, 2024
1 parent 7cfb407 commit c1db889
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build-stable.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
name: stable
on:
pull_request:
merge_group:
schedule:
- cron: '50 2 * * *' # 2:50am-ish UTC everyday (approx 45 minutes after akmods images run)
pull_request:
branches:
- main
#schedule:
# - cron: '50 2 * * *' # 2:50am-ish UTC everyday (approx 45 minutes after akmods images run)
workflow_dispatch:

jobs:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/build-testing.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: testing
on:
pull_request:
merge_group:
pull_request:
branches:
- main
schedule:
- cron: '55 2 * * *' # 2:55am-ish UTC everyday (approx 50 minutes after akmods images run)
workflow_dispatch:
Expand Down

0 comments on commit c1db889

Please sign in to comment.