Skip to content

Commit c8b27be

Browse files
committed
test
Signed-off-by: Kevin Su <[email protected]>
1 parent 29be3da commit c8b27be

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/single-binary.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,6 @@ jobs:
185185
path: flytesnacks
186186
ref: ${{ env.FLYTESNACKS_VERSION }}
187187
- name: Login to GitHub Container Registry
188-
if: ${{ github.event_name != 'pull_request' }}
189188
uses: docker/login-action@v1
190189
with:
191190
registry: ghcr.io
@@ -194,7 +193,6 @@ jobs:
194193
- name: Register specific tests
195194
run: |
196195
flytekit_version=$(pip show flytekit | grep -i version | awk '{ print $2 }')
197-
export FLYTE_PUSH_IMAGE_SPEC=${{ github.event_name != 'pull_request' }}
198196
while read -r line;
199197
do
200198
pyflyte -vv --config ./boilerplate/flyte/end2end/functional-test-config.yaml \
@@ -283,7 +281,6 @@ jobs:
283281
path: flytesnacks
284282
ref: ${{ env.FLYTESNACKS_VERSION }}
285283
- name: Login to GitHub Container Registry
286-
if: ${{ github.event_name != 'pull_request' }}
287284
uses: docker/login-action@v1
288285
with:
289286
registry: ghcr.io
@@ -292,7 +289,6 @@ jobs:
292289
- name: Register specific tests
293290
run: |
294291
flytekit_version=$(pip show flytekit | grep -i version | awk '{ print $2 }')
295-
export FLYTE_PUSH_IMAGE_SPEC=${{ github.event_name != 'pull_request' }}
296292
while read -r line;
297293
do
298294
pyflyte -vv --config ./boilerplate/flyte/end2end/functional-test-config.yaml \

0 commit comments

Comments
 (0)