File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ jobs:
168
168
TOOLSTATE_PUBLISH : 1
169
169
CACHES_AWS_ACCESS_KEY_ID : AKIA46X5W6CZOMUQATD5
170
170
ARTIFACTS_AWS_ACCESS_KEY_ID : AKIA46X5W6CZH5AYXDVF
171
- if : " github.event_name == 'push' && github.ref == 'refs/heads/try'"
171
+ if : " github.event_name == 'push' && github.ref == 'refs/heads/try' && github.repository == 'rust-lang-ci/rust' "
172
172
strategy :
173
173
matrix :
174
174
name :
@@ -301,7 +301,7 @@ jobs:
301
301
TOOLSTATE_PUBLISH : 1
302
302
CACHES_AWS_ACCESS_KEY_ID : AKIA46X5W6CZOMUQATD5
303
303
ARTIFACTS_AWS_ACCESS_KEY_ID : AKIA46X5W6CZH5AYXDVF
304
- if : " github.event_name == 'push' && github.ref == 'refs/heads/auto'"
304
+ if : " github.event_name == 'push' && github.ref == 'refs/heads/auto' && github.repository == 'rust-lang-ci/rust' "
305
305
strategy :
306
306
matrix :
307
307
name :
@@ -731,7 +731,7 @@ jobs:
731
731
TOOLSTATE_PUBLISH : 1
732
732
CACHES_AWS_ACCESS_KEY_ID : AKIA46X5W6CZOMUQATD5
733
733
ARTIFACTS_AWS_ACCESS_KEY_ID : AKIA46X5W6CZH5AYXDVF
734
- if : " github.event_name == 'push' && github.ref == 'refs/heads/master'"
734
+ if : " github.event_name == 'push' && github.ref == 'refs/heads/master' && github.repository == 'rust-lang-ci/rust' "
735
735
steps :
736
736
- name : checkout the source code
737
737
uses : actions/checkout@v1
Original file line number Diff line number Diff line change @@ -279,7 +279,7 @@ jobs:
279
279
name : try
280
280
env :
281
281
<< : [*shared-ci-variables, *prod-variables]
282
- if : github.event_name == 'push' && github.ref == 'refs/heads/try'
282
+ if : github.event_name == 'push' && github.ref == 'refs/heads/try' && github.repository == 'rust-lang-ci/rust'
283
283
strategy :
284
284
matrix :
285
285
name :
@@ -299,7 +299,7 @@ jobs:
299
299
name : auto
300
300
env :
301
301
<< : [*shared-ci-variables, *prod-variables]
302
- if : github.event_name == 'push' && github.ref == 'refs/heads/auto'
302
+ if : github.event_name == 'push' && github.ref == 'refs/heads/auto' && github.repository == 'rust-lang-ci/rust'
303
303
strategy :
304
304
matrix :
305
305
name :
@@ -677,7 +677,7 @@ jobs:
677
677
runs-on : ubuntu-latest
678
678
env :
679
679
<< : [*prod-variables]
680
- if : github.event_name == 'push' && github.ref == 'refs/heads/master'
680
+ if : github.event_name == 'push' && github.ref == 'refs/heads/master' && github.repository == 'rust-lang-ci/rust'
681
681
steps :
682
682
- name : checkout the source code
683
683
uses : actions/checkout@v1
You can’t perform that action at this time.
0 commit comments