We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbf71fe commit 227ef38Copy full SHA for 227ef38
.github/workflows/CI-e2e.yml
@@ -16,6 +16,7 @@ on:
16
jobs:
17
e2e-build:
18
name: Build and push mock-worker Docker image
19
+ if: github.repository == 'runpod/runpod-python'
20
runs-on: ubuntu-latest
21
outputs:
22
docker_tag: ${{ steps.output_docker_tag.outputs.docker_tag }}
0 commit comments