Skip to content

Commit

Permalink
DROPME Enable all workflows on pull requests to test the PR
Browse files Browse the repository at this point in the history
  • Loading branch information
shym committed Sep 3, 2024
1 parent d3f4e44 commit 2181df9
Show file tree
Hide file tree
Showing 18 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cygwin-51x.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Cygwin 5.1

on:
pull_request:
schedule:
# Every Sunday morning, at 2:22 UTC
- cron: '22 2 * * 0'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/linux-500-32bit.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: 32bit 5.0.0

on:
pull_request:
schedule:
# Every Sunday morning, at 1:11 UTC
- cron: '11 1 * * 0'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/linux-500-bytecode.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Bytecode 5.0.0

on:
pull_request:
schedule:
# Every Sunday morning, at 1:11 UTC
- cron: '11 1 * * 0'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/linux-500-debug.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Linux 5.0.0 debug

on:
pull_request:
schedule:
# Every Sunday morning, at 1:11 UTC
- cron: '11 1 * * 0'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/linux-500.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Linux 5.0.0

on:
pull_request:
schedule:
# Every Sunday morning, at 1:11 UTC
- cron: '11 1 * * 0'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/linux-51x-32bit.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: 32bit 5.1

on:
pull_request:
schedule:
# Every Sunday morning, at 2:22 UTC
- cron: '22 2 * * 0'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/linux-51x-bytecode.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Bytecode 5.1

on:
pull_request:
schedule:
# Every Sunday morning, at 2:22 UTC
- cron: '22 2 * * 0'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/linux-51x-debug.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Linux 5.1 debug

on:
pull_request:
schedule:
# Every Sunday morning, at 2:22 UTC
- cron: '22 2 * * 0'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/linux-51x-fp.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: FP 5.1

on:
pull_request:
schedule:
# Every Sunday morning, at 2:22 UTC
- cron: '22 2 * * 0'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/linux-51x.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Linux 5.1

on:
pull_request:
schedule:
# Every Sunday morning, at 2:22 UTC
- cron: '22 2 * * 0'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/macosx-arm64-500.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: macOS-ARM64 5.0.0

on:
pull_request:
schedule:
# Every Sunday morning, at 1:11 UTC
- cron: '11 1 * * 0'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/macosx-arm64-51x.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: macOS-ARM64 5.1

on:
pull_request:
schedule:
# Every Sunday morning, at 2:22 UTC
- cron: '22 2 * * 0'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/macosx-intel-500.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: macOS-intel 5.0.0

on:
pull_request:
schedule:
# Every Sunday morning, at 1:11 UTC
- cron: '11 1 * * 0'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/macosx-intel-51x.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: macOS-intel 5.1

on:
pull_request:
schedule:
# Every Sunday morning, at 2:22 UTC
- cron: '22 2 * * 0'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/mingw-500-bytecode.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: MinGW bytecode 5.0.0

on:
pull_request:
schedule:
# Every Sunday morning, at 1:11 UTC
- cron: '11 1 * * 0'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/mingw-500.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: MinGW 5.0.0

on:
pull_request:
schedule:
# Every Sunday morning, at 1:11 UTC
- cron: '11 1 * * 0'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/mingw-51x-bytecode.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: MinGW bytecode 5.1

on:
pull_request:
schedule:
# Every Sunday morning, at 2:22 UTC
- cron: '22 2 * * 0'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/mingw-51x.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: MinGW 5.1

on:
pull_request:
schedule:
# Every Sunday morning, at 2:22 UTC
- cron: '22 2 * * 0'
Expand Down

0 comments on commit 2181df9

Please sign in to comment.