Skip to content

Commit

Permalink
Merge pull request #461 from ocaml-multicore/trigger-weekly-trunk-tests
Browse files Browse the repository at this point in the history
Trigger a trunk run every Monday morning
  • Loading branch information
jmid authored Jun 6, 2024
2 parents f1533b8 + f583f1e commit 41441fa
Show file tree
Hide file tree
Showing 12 changed files with 36 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cygwin-530-trunk.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Cygwin trunk

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/linux-530-trunk-32bit.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: 32bit trunk

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/linux-530-trunk-bytecode.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Bytecode trunk

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/linux-530-trunk-debug.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Linux 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/linux-530-trunk-fp.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: FP trunk

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/linux-530-trunk.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Linux trunk

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-530-trunk.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: macOS-ARM64 trunk

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-530-trunk.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: macOS-intel trunk

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-530-trunk-bytecode.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: MinGW bytecode trunk

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-530-trunk.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: MinGW trunk

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/msvc-530-trunk-bytecode.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: MSVC bytecode trunk

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/msvc-530-trunk.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: MSVC trunk

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

0 comments on commit 41441fa

Please sign in to comment.