File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -185,7 +185,6 @@ jobs:
185
185
path : flytesnacks
186
186
ref : ${{ env.FLYTESNACKS_VERSION }}
187
187
- name : Login to GitHub Container Registry
188
- if : ${{ github.event_name != 'pull_request' }}
189
188
uses : docker/login-action@v1
190
189
with :
191
190
registry : ghcr.io
@@ -194,7 +193,6 @@ jobs:
194
193
- name : Register specific tests
195
194
run : |
196
195
flytekit_version=$(pip show flytekit | grep -i version | awk '{ print $2 }')
197
- export FLYTE_PUSH_IMAGE_SPEC=${{ github.event_name != 'pull_request' }}
198
196
while read -r line;
199
197
do
200
198
pyflyte -vv --config ./boilerplate/flyte/end2end/functional-test-config.yaml \
@@ -283,7 +281,6 @@ jobs:
283
281
path : flytesnacks
284
282
ref : ${{ env.FLYTESNACKS_VERSION }}
285
283
- name : Login to GitHub Container Registry
286
- if : ${{ github.event_name != 'pull_request' }}
287
284
uses : docker/login-action@v1
288
285
with :
289
286
registry : ghcr.io
@@ -292,7 +289,6 @@ jobs:
292
289
- name : Register specific tests
293
290
run : |
294
291
flytekit_version=$(pip show flytekit | grep -i version | awk '{ print $2 }')
295
- export FLYTE_PUSH_IMAGE_SPEC=${{ github.event_name != 'pull_request' }}
296
292
while read -r line;
297
293
do
298
294
pyflyte -vv --config ./boilerplate/flyte/end2end/functional-test-config.yaml \
You can’t perform that action at this time.
0 commit comments