File tree Expand file tree Collapse file tree 4 files changed +14
-14
lines changed Expand file tree Collapse file tree 4 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 82
82
- name : script
83
83
run : bash build-scripts/CI/CIBB_32b -g $GCC_VERSION -r $RPI_TYPE -o $RPIOS_TYPE
84
84
shell : bash
85
- if : success()
85
+ if : success() && github.event_name == 'pull_request'
86
86
- name : before_script
87
87
run : bash patches/curl_stfp_patcher
88
88
shell : bash
96
96
- name : deploy
97
97
run : bash utils/SF_deployer
98
98
shell : bash
99
- if : success() && github.event_name == 'release' && github.ref == 'BASE '
99
+ if : success() && github.event_name == 'release' && github.event.action == 'published '
100
100
builder-buster_1 :
101
101
name : Cross GCC-9.3.0 32-bit Buster Pi[0-1]
102
102
needs : builder-buster_0
@@ -271,15 +271,15 @@ jobs:
271
271
- name : script
272
272
run : bash build-scripts/CI/CIBB_32b -g $GCC_VERSION -r $RPI_TYPE -o $RPIOS_TYPE
273
273
shell : bash
274
- if : success()
274
+ if : success() && github.event_name == 'pull_request'
275
275
- name : before_script
276
276
run : bash patches/curl_stfp_patcher
277
277
shell : bash
278
278
if : success()
279
279
- name : deploy
280
280
run : bash utils/SF_deployer
281
281
shell : bash
282
- if : success() && github.event_name == 'release' && github.ref == 'BASE '
282
+ if : success() && github.event_name == 'release' && github.event.action == 'published '
283
283
builder-stretch_1 :
284
284
name : Cross GCC-9.3.0 32-bit Stretch Pi[0-1]
285
285
needs : builder-stretch_0
Original file line number Diff line number Diff line change @@ -79,15 +79,15 @@ jobs:
79
79
- name : script
80
80
run : bash build-scripts/CI/CIBB_32b -g $GCC_VERSION -r $RPI_TYPE -o $RPIOS_TYPE
81
81
shell : bash
82
- if : success()
82
+ if : success() && github.event_name == 'pull_request'
83
83
- name : before_script
84
84
run : bash patches/curl_stfp_patcher
85
85
shell : bash
86
86
if : success()
87
87
- name : deploy
88
88
run : bash utils/SF_deployer
89
89
shell : bash
90
- if : success() && github.event_name == 'release' && github.ref == 'BASE '
90
+ if : success() && github.event_name == 'release' && github.event.action == 'published '
91
91
builder-buster_1 :
92
92
name : Cross GCC-9.3.0 32-bit Buster Pi[2-3]
93
93
needs : builder-buster_0
@@ -252,15 +252,15 @@ jobs:
252
252
- name : script
253
253
run : bash build-scripts/CI/CIBB_32b -g $GCC_VERSION -r $RPI_TYPE -o $RPIOS_TYPE
254
254
shell : bash
255
- if : success()
255
+ if : success() && github.event_name == 'pull_request'
256
256
- name : before_script
257
257
run : bash patches/curl_stfp_patcher
258
258
shell : bash
259
259
if : success()
260
260
- name : deploy
261
261
run : bash utils/SF_deployer
262
262
shell : bash
263
- if : success() && github.event_name == 'release' && github.ref == 'BASE '
263
+ if : success() && github.event_name == 'release' && github.event.action == 'published '
264
264
builder-stretch_1 :
265
265
name : Cross GCC-9.3.0 32-bit Stretch Pi[2-3]
266
266
needs : builder-stretch_0
Original file line number Diff line number Diff line change @@ -78,15 +78,15 @@ jobs:
78
78
- name : script
79
79
run : bash build-scripts/CI/CIBB_32b -g $GCC_VERSION -r $RPI_TYPE -o $RPIOS_TYPE
80
80
shell : bash
81
- if : success()
81
+ if : success() && github.event_name == 'pull_request'
82
82
- name : before_script
83
83
run : bash patches/curl_stfp_patcher
84
84
shell : bash
85
85
if : success()
86
86
- name : deploy
87
87
run : bash utils/SF_deployer
88
88
shell : bash
89
- if : success() && github.event_name == 'release' && github.ref == 'BASE '
89
+ if : success() && github.event_name == 'release' && github.event.action == 'published '
90
90
builder-buster_1 :
91
91
name : Cross GCC-9.3.0 32-bit Buster Pi[3+]
92
92
needs : builder-buster_0
@@ -251,15 +251,15 @@ jobs:
251
251
- name : script
252
252
run : bash build-scripts/CI/CIBB_32b -g $GCC_VERSION -r $RPI_TYPE -o $RPIOS_TYPE
253
253
shell : bash
254
- if : success()
254
+ if : success() && github.event_name == 'pull_request'
255
255
- name : before_script
256
256
run : bash patches/curl_stfp_patcher
257
257
shell : bash
258
258
if : success()
259
259
- name : deploy
260
260
run : bash utils/SF_deployer
261
261
shell : bash
262
- if : success() && github.event_name == 'release' && github.ref == 'BASE '
262
+ if : success() && github.event_name == 'release' && github.event.action == 'published '
263
263
builder-stretch_1 :
264
264
name : Cross GCC-9.3.0 32-bit Stretch Pi[3+]
265
265
needs : builder-stretch_0
Original file line number Diff line number Diff line change 79
79
- name : script
80
80
run : bash build-scripts/CI/CIBB_64b -g $GCC_VERSION
81
81
shell : bash
82
- if : success()
82
+ if : success() && github.event_name == 'pull_request'
83
83
- name : before_script
84
84
run : bash patches/curl_stfp_patcher
85
85
shell : bash
94
94
- name : deploy
95
95
run : bash utils/SF_deployer
96
96
shell : bash
97
- if : success() && github.event_name == 'release' && github.ref == 'BASE '
97
+ if : success() && github.event_name == 'release' && github.event.action == 'published '
98
98
builder-64_1 :
99
99
name : Cross GCC-9.3.0 Pi[64]
100
100
needs : builder-64_0
You can’t perform that action at this time.
0 commit comments