Skip to content

Commit d5a5f8d

Browse files
committed
Harmonize on: headers, suppress pull/PR for debugging
1 parent fa7ab0b commit d5a5f8d

6 files changed

Lines changed: 22 additions & 14 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: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
name: mcstas-mingw-winbasictest
22

33
on:
4-
push:
5-
pull_request:
4+
#push:
5+
#pull_request:
6+
schedule:
7+
- cron: '55 23 * * 0' # 23:55 every Sunday
68

79
jobs:
810
build:
@@ -208,4 +210,4 @@ jobs:
208210
uses: mxschmitt/action-tmate@v3
209211
if: always() && (inputs.manual-debugging == true)
210212
with:
211-
limit-access-to-actor: true
213+
limit-access-to-actor: true

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

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

33
on:
4-
push:
5-
pull_request:
4+
#push:
5+
#pull_request:
6+
schedule:
7+
- cron: '55 23 * * 0' # 23:55 every Sunday
68

79
jobs:
810
build:
@@ -233,4 +235,4 @@ jobs:
233235
uses: mxschmitt/action-tmate@v3
234236
if: always() && (inputs.manual-debugging == true)
235237
with:
236-
limit-access-to-actor: true
238+
limit-access-to-actor: true

.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: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
name: mcxtrace-mingw-winbasictest
22

33
on:
4-
push:
5-
pull_request:
4+
#push:
5+
#pull_request:
6+
schedule:
7+
- cron: '55 23 * * 0' # 23:55 every Sunday
68

79
jobs:
810
build:

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

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

33
on:
4-
push:
5-
pull_request:
4+
#push:
5+
#pull_request:
6+
schedule:
7+
- cron: '55 23 * * 0' # 23:55 every Sunday
68

79
jobs:
810
build:

0 commit comments

Comments
 (0)