Skip to content

Commit

Permalink
Merge pull request #438 from ocaml-multicore/reduce-510-runs
Browse files Browse the repository at this point in the history
Reduce 51x CI runs
  • Loading branch information
jmid committed Mar 5, 2024
2 parents cf033fc + 619b61f commit ec0e936
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 36 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/cygwin-51x.yml
@@ -1,10 +1,9 @@
name: Cygwin 5.1

on:
pull_request:
push:
branches:
- main
schedule:
# Every Sunday morning, at 2:22 UTC
- cron: '22 2 * * 0'
workflow_dispatch:

jobs:
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/linux-51x-32bit.yml
@@ -1,10 +1,9 @@
name: 32bit 5.1

on:
pull_request:
push:
branches:
- main
schedule:
# Every Sunday morning, at 2:22 UTC
- cron: '22 2 * * 0'
workflow_dispatch:

jobs:
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/linux-51x-bytecode.yml
@@ -1,10 +1,9 @@
name: Bytecode 5.1

on:
pull_request:
push:
branches:
- main
schedule:
# Every Sunday morning, at 2:22 UTC
- cron: '22 2 * * 0'
workflow_dispatch:

jobs:
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/linux-51x-debug.yml
@@ -1,10 +1,9 @@
name: Linux 5.1 debug

on:
pull_request:
push:
branches:
- main
schedule:
# Every Sunday morning, at 2:22 UTC
- cron: '22 2 * * 0'
workflow_dispatch:

jobs:
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/linux-51x-fp.yml
@@ -1,10 +1,9 @@
name: FP 5.1

on:
pull_request:
push:
branches:
- main
schedule:
# Every Sunday morning, at 2:22 UTC
- cron: '22 2 * * 0'
workflow_dispatch:

jobs:
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/linux-51x.yml
@@ -1,10 +1,9 @@
name: Linux 5.1

on:
pull_request:
push:
branches:
- main
schedule:
# Every Sunday morning, at 2:22 UTC
- cron: '22 2 * * 0'
workflow_dispatch:

jobs:
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/macosx-51x.yml
@@ -1,10 +1,9 @@
name: macOS 5.1

on:
pull_request:
push:
branches:
- main
schedule:
# Every Sunday morning, at 2:22 UTC
- cron: '22 2 * * 0'
workflow_dispatch:

jobs:
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/mingw-51x-bytecode.yml
@@ -1,10 +1,9 @@
name: MinGW bytecode 5.1

on:
pull_request:
push:
branches:
- main
schedule:
# Every Sunday morning, at 2:22 UTC
- cron: '22 2 * * 0'
workflow_dispatch:

jobs:
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/mingw-51x.yml
@@ -1,10 +1,9 @@
name: MinGW 5.1

on:
pull_request:
push:
branches:
- main
schedule:
# Every Sunday morning, at 2:22 UTC
- cron: '22 2 * * 0'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit ec0e936

Please sign in to comment.