Skip to content

Commit 41d79d5

Browse files
committed
DROPME Enable all workflows on pull requests to test the PR
1 parent 6364b54 commit 41d79d5

18 files changed

+18
-0
lines changed

.github/workflows/cygwin-51x.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Cygwin 5.1
22

33
on:
4+
pull_request:
45
schedule:
56
# Every Sunday morning, at 2:22 UTC
67
- cron: '22 2 * * 0'

.github/workflows/linux-500-32bit.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: 32bit 5.0.0
22

33
on:
4+
pull_request:
45
schedule:
56
# Every Sunday morning, at 1:11 UTC
67
- cron: '11 1 * * 0'

.github/workflows/linux-500-bytecode.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Bytecode 5.0.0
22

33
on:
4+
pull_request:
45
schedule:
56
# Every Sunday morning, at 1:11 UTC
67
- cron: '11 1 * * 0'

.github/workflows/linux-500-debug.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Linux 5.0.0 debug
22

33
on:
4+
pull_request:
45
schedule:
56
# Every Sunday morning, at 1:11 UTC
67
- cron: '11 1 * * 0'

.github/workflows/linux-500.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Linux 5.0.0
22

33
on:
4+
pull_request:
45
schedule:
56
# Every Sunday morning, at 1:11 UTC
67
- cron: '11 1 * * 0'

.github/workflows/linux-51x-32bit.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: 32bit 5.1
22

33
on:
4+
pull_request:
45
schedule:
56
# Every Sunday morning, at 2:22 UTC
67
- cron: '22 2 * * 0'

.github/workflows/linux-51x-bytecode.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Bytecode 5.1
22

33
on:
4+
pull_request:
45
schedule:
56
# Every Sunday morning, at 2:22 UTC
67
- cron: '22 2 * * 0'

.github/workflows/linux-51x-debug.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Linux 5.1 debug
22

33
on:
4+
pull_request:
45
schedule:
56
# Every Sunday morning, at 2:22 UTC
67
- cron: '22 2 * * 0'

.github/workflows/linux-51x-fp.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: FP 5.1
22

33
on:
4+
pull_request:
45
schedule:
56
# Every Sunday morning, at 2:22 UTC
67
- cron: '22 2 * * 0'

.github/workflows/linux-51x.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Linux 5.1
22

33
on:
4+
pull_request:
45
schedule:
56
# Every Sunday morning, at 2:22 UTC
67
- cron: '22 2 * * 0'

.github/workflows/macosx-arm64-500.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: macOS-ARM64 5.0.0
22

33
on:
4+
pull_request:
45
schedule:
56
# Every Sunday morning, at 1:11 UTC
67
- cron: '11 1 * * 0'

.github/workflows/macosx-arm64-51x.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: macOS-ARM64 5.1
22

33
on:
4+
pull_request:
45
schedule:
56
# Every Sunday morning, at 2:22 UTC
67
- cron: '22 2 * * 0'

.github/workflows/macosx-intel-500.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: macOS-intel 5.0.0
22

33
on:
4+
pull_request:
45
schedule:
56
# Every Sunday morning, at 1:11 UTC
67
- cron: '11 1 * * 0'

.github/workflows/macosx-intel-51x.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: macOS-intel 5.1
22

33
on:
4+
pull_request:
45
schedule:
56
# Every Sunday morning, at 2:22 UTC
67
- cron: '22 2 * * 0'

.github/workflows/mingw-500-bytecode.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: MinGW bytecode 5.0.0
22

33
on:
4+
pull_request:
45
schedule:
56
# Every Sunday morning, at 1:11 UTC
67
- cron: '11 1 * * 0'

.github/workflows/mingw-500.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: MinGW 5.0.0
22

33
on:
4+
pull_request:
45
schedule:
56
# Every Sunday morning, at 1:11 UTC
67
- cron: '11 1 * * 0'

.github/workflows/mingw-51x-bytecode.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: MinGW bytecode 5.1
22

33
on:
4+
pull_request:
45
schedule:
56
# Every Sunday morning, at 2:22 UTC
67
- cron: '22 2 * * 0'

.github/workflows/mingw-51x.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: MinGW 5.1
22

33
on:
4+
pull_request:
45
schedule:
56
# Every Sunday morning, at 2:22 UTC
67
- cron: '22 2 * * 0'

0 commit comments

Comments
 (0)