Skip to content

Commit 227ef38

Browse files
chore: prevent job run failures on fork (#456)
1 parent cbf71fe commit 227ef38

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/CI-e2e.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ on:
1616
jobs:
1717
e2e-build:
1818
name: Build and push mock-worker Docker image
19+
if: github.repository == 'runpod/runpod-python'
1920
runs-on: ubuntu-latest
2021
outputs:
2122
docker_tag: ${{ steps.output_docker_tag.outputs.docker_tag }}

0 commit comments

Comments
 (0)