Skip to content

Commit fe9a5e8

Browse files
committed
REMOVE ME: enable version test on MinGW 5.0 and 5.1
1 parent 7bc5c94 commit fe9a5e8

File tree

4 files changed

+16
-12
lines changed

4 files changed

+16
-12
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
name: MinGW bytecode 5.0.0
22

33
on:
4-
schedule:
5-
# Every Sunday morning, at 1:11 UTC
6-
- cron: '11 1 * * 0'
4+
pull_request:
5+
push:
6+
branches:
7+
- main
78
workflow_dispatch:
89

910
jobs:

.github/workflows/mingw-500.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
name: MinGW 5.0.0
22

33
on:
4-
schedule:
5-
# Every Sunday morning, at 1:11 UTC
6-
- cron: '11 1 * * 0'
4+
pull_request:
5+
push:
6+
branches:
7+
- main
78
workflow_dispatch:
89

910
jobs:

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
name: MinGW bytecode 5.1
22

33
on:
4-
schedule:
5-
# Every Sunday morning, at 2:22 UTC
6-
- cron: '22 2 * * 0'
4+
pull_request:
5+
push:
6+
branches:
7+
- main
78
workflow_dispatch:
89

910
jobs:

.github/workflows/mingw-51x.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
name: MinGW 5.1
22

33
on:
4-
schedule:
5-
# Every Sunday morning, at 2:22 UTC
6-
- cron: '22 2 * * 0'
4+
pull_request:
5+
push:
6+
branches:
7+
- main
78
workflow_dispatch:
89

910
jobs:

0 commit comments

Comments
 (0)