Skip to content

Commit 353b07a

Browse files
committed
Reenable push/PR tests
1 parent ab4de3b commit 353b07a

6 files changed

Lines changed: 12 additions & 12 deletions

.github/workflows/mcstas-basictest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: mcstas-basictest
22
on:
3-
#push:
4-
#pull_request:
3+
push:
4+
pull_request:
55
schedule:
66
- cron: '30 23 * * 0' # 23:30 every Sunday
77

.github/workflows/mcstas-winbasictest-mingw.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: mcstas-mingw-winbasictest
22

33
on:
4-
#push:
5-
#pull_request:
4+
push:
5+
pull_request:
66
schedule:
77
- cron: '55 23 * * 0' # 23:55 every Sunday
88

.github/workflows/mcstas-winbasictest-msvc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: mcstas-msvc-winbasictest
22

33
on:
4-
#push:
5-
#pull_request:
4+
push:
5+
pull_request:
66
schedule:
77
- cron: '55 23 * * 0' # 23:55 every Sunday
88

.github/workflows/mcxtrace-basictest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: mcxtrace-basictest
22
on:
3-
#push:
4-
#pull_request:
3+
push:
4+
pull_request:
55
schedule:
66
- cron: '55 23 * * 0' # 23:55 every Sunday
77

.github/workflows/mcxtrace-winbasictest-mingw.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: mcxtrace-mingw-winbasictest
22

33
on:
4-
#push:
5-
#pull_request:
4+
push:
5+
pull_request:
66
schedule:
77
- cron: '55 23 * * 0' # 23:55 every Sunday
88

.github/workflows/mcxtrace-winbasictest-msvc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: mcxtrace-msvc-winbasictest
22

33
on:
4-
#push:
5-
#pull_request:
4+
push:
5+
pull_request:
66
schedule:
77
- cron: '55 23 * * 0' # 23:55 every Sunday
88

0 commit comments

Comments
 (0)