Skip to content

Commit

Permalink
Add missing schedules
Browse files Browse the repository at this point in the history
  • Loading branch information
jmid committed Aug 13, 2024
1 parent 9b4d4bf commit 5cfcc9e
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/linux-520-bytecode-debug.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Bytecode 5.2 debug

on:
schedule:
# Every Monday morning, at 2:22 UTC
- cron: '22 2 * * 1'
pull_request:
push:
branches:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/linux-530-trunk-bytecode-debug.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Bytecode trunk debug

on:
schedule:
# Every Monday morning, at 1:11 UTC
- cron: '11 1 * * 1'
pull_request:
push:
branches:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/macosx-arm64-520-bytecode-debug.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: macOS-ARM64 bytecode 5.2 debug

on:
schedule:
# Every Monday morning, at 2:22 UTC
- cron: '22 2 * * 1'
pull_request:
push:
branches:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/macosx-arm64-530-trunk-bytecode-debug.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: macOS-ARM64 bytecode trunk debug

on:
schedule:
# Every Monday morning, at 1:11 UTC
- cron: '11 1 * * 1'
pull_request:
push:
branches:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/macosx-intel-520-bytecode-debug.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: macOS-intel bytecode 5.2 debug

on:
schedule:
# Every Monday morning, at 2:22 UTC
- cron: '22 2 * * 1'
pull_request:
push:
branches:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/macosx-intel-530-trunk-bytecode-debug.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: macOS-intel bytecode trunk debug

on:
schedule:
# Every Monday morning, at 1:11 UTC
- cron: '11 1 * * 1'
pull_request:
push:
branches:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/mingw-520-bytecode-debug.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: MinGW bytecode 5.2 debug

on:
schedule:
# Every Monday morning, at 2:22 UTC
- cron: '22 2 * * 1'
pull_request:
push:
branches:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/mingw-530-trunk-bytecode-debug.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: MinGW bytecode trunk debug

on:
schedule:
# Every Monday morning, at 1:11 UTC
- cron: '11 1 * * 1'
pull_request:
push:
branches:
Expand Down

0 comments on commit 5cfcc9e

Please sign in to comment.