@@ -131,11 +131,11 @@ jobs:
131
131
- uses : actions/checkout@v3
132
132
133
133
- name : Create the default branch directory
134
- if : github.base_ref == github.event.repository.default_branch || github.ref_name = = github.event.repository.default_branch
134
+ if : ( github.base_ref || github.ref_name) ! = github.event.repository.default_branch
135
135
run : mkdir -p test/e2e/source
136
136
137
137
- name : Check out the default branch
138
- if : github.base_ref == github.event.repository.default_branch || github.ref_name = = github.event.repository.default_branch
138
+ if : ( github.base_ref || github.ref_name) ! = github.event.repository.default_branch
139
139
uses : actions/checkout@v3
140
140
with :
141
141
ref : ${{ github.event.repository.default_branch }}
@@ -168,6 +168,7 @@ jobs:
168
168
restore-keys : ${{ runner.os }}-e2e-${{ env.GO_FULL_VER }}-x86-
169
169
170
170
- run : make e2e-compile
171
+ working-directory : ${{ env.E2E_DIR }}
171
172
172
173
k8s-conformance-e2e :
173
174
name : Kubernetes Conformance E2E
@@ -190,11 +191,11 @@ jobs:
190
191
- uses : actions/checkout@v3
191
192
192
193
- name : Create the default branch directory
193
- if : github.base_ref == github.event.repository.default_branch || github.ref_name = = github.event.repository.default_branch
194
+ if : ( github.base_ref || github.ref_name) ! = github.event.repository.default_branch
194
195
run : mkdir -p test/e2e/source
195
196
196
197
- name : Check out the default branch
197
- if : github.base_ref == github.event.repository.default_branch || github.ref_name = = github.event.repository.default_branch
198
+ if : ( github.base_ref || github.ref_name) ! = github.event.repository.default_branch
198
199
uses : actions/checkout@v3
199
200
with :
200
201
ref : ${{ github.event.repository.default_branch }}
@@ -282,11 +283,11 @@ jobs:
282
283
- uses : actions/checkout@v3
283
284
284
285
- name : Create the default branch directory
285
- if : github.base_ref == github.event.repository.default_branch || github.ref_name = = github.event.repository.default_branch
286
+ if : ( github.base_ref || github.ref_name) ! = github.event.repository.default_branch
286
287
run : mkdir -p test/e2e/source
287
288
288
289
- name : Check out the default branch
289
- if : github.base_ref == github.event.repository.default_branch || github.ref_name = = github.event.repository.default_branch
290
+ if : ( github.base_ref || github.ref_name) ! = github.event.repository.default_branch
290
291
uses : actions/checkout@v3
291
292
with :
292
293
ref : ${{ github.event.repository.default_branch }}
@@ -368,11 +369,11 @@ jobs:
368
369
- uses : actions/checkout@v3
369
370
370
371
- name : Create the default branch directory
371
- if : github.base_ref == github.event.repository.default_branch || github.ref_name = = github.event.repository.default_branch
372
+ if : ( github.base_ref || github.ref_name) ! = github.event.repository.default_branch
372
373
run : mkdir -p test/e2e/source
373
374
374
375
- name : Check out the default branch
375
- if : github.base_ref == github.event.repository.default_branch || github.ref_name = = github.event.repository.default_branch
376
+ if : ( github.base_ref || github.ref_name) ! = github.event.repository.default_branch
376
377
uses : actions/checkout@v3
377
378
with :
378
379
ref : ${{ github.event.repository.default_branch }}
@@ -433,11 +434,11 @@ jobs:
433
434
- uses : actions/checkout@v3
434
435
435
436
- name : Create the default branch directory
436
- if : github.base_ref == github.event.repository.default_branch || github.ref_name = = github.event.repository.default_branch
437
+ if : ( github.base_ref || github.ref_name) ! = github.event.repository.default_branch
437
438
run : mkdir -p test/e2e/source
438
439
439
440
- name : Check out the default branch
440
- if : github.base_ref == github.event.repository.default_branch || github.ref_name = = github.event.repository.default_branch
441
+ if : ( github.base_ref || github.ref_name) ! = github.event.repository.default_branch
441
442
uses : actions/checkout@v3
442
443
with :
443
444
ref : ${{ github.event.repository.default_branch }}
@@ -514,11 +515,11 @@ jobs:
514
515
- uses : actions/checkout@v3
515
516
516
517
- name : Create the default branch directory
517
- if : github.base_ref == github.event.repository.default_branch || github.ref_name = = github.event.repository.default_branch
518
+ if : ( github.base_ref || github.ref_name) ! = github.event.repository.default_branch
518
519
run : mkdir -p test/e2e/source
519
520
520
521
- name : Check out the default branch
521
- if : github.base_ref == github.event.repository.default_branch || github.ref_name = = github.event.repository.default_branch
522
+ if : ( github.base_ref || github.ref_name) ! = github.event.repository.default_branch
522
523
uses : actions/checkout@v3
523
524
with :
524
525
ref : ${{ github.event.repository.default_branch }}
@@ -768,11 +769,11 @@ jobs:
768
769
version : ' ${{ env.HELM_VERSION }}'
769
770
770
771
- name : Create the default branch directory
771
- if : github.base_ref == github.event.repository.default_branch || github.ref_name = = github.event.repository.default_branch
772
+ if : ( github.base_ref || github.ref_name) ! = github.event.repository.default_branch
772
773
run : mkdir -p test/e2e/source
773
774
774
775
- name : Check out the default branch
775
- if : github.base_ref == github.event.repository.default_branch || github.ref_name = = github.event.repository.default_branch
776
+ if : ( github.base_ref || github.ref_name) ! = github.event.repository.default_branch
776
777
uses : actions/checkout@v3
777
778
with :
778
779
ref : ${{ github.event.repository.default_branch }}
@@ -864,11 +865,11 @@ jobs:
864
865
- uses : actions/checkout@v3
865
866
866
867
- name : Create the default branch directory
867
- if : github.base_ref == github.event.repository.default_branch || github.ref_name = = github.event.repository.default_branch
868
+ if : ( github.base_ref || github.ref_name) ! = github.event.repository.default_branch
868
869
run : mkdir -p test/e2e/source
869
870
870
871
- name : Check out the default branch
871
- if : github.base_ref == github.event.repository.default_branch || github.ref_name = = github.event.repository.default_branch
872
+ if : ( github.base_ref || github.ref_name) ! = github.event.repository.default_branch
872
873
uses : actions/checkout@v3
873
874
with :
874
875
ref : ${{ github.event.repository.default_branch }}
0 commit comments