Skip to content

Commit

Permalink
chore: stop ingestion-smoke CI errors on forks (#9160)
Browse files Browse the repository at this point in the history
  • Loading branch information
hsheth2 authored Nov 6, 2023
1 parent 0215666 commit 4a4c290
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-ingestion-smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
name: Build and Push Docker Image to Docker Hub
runs-on: ubuntu-latest
needs: setup
if: ${{ needs.setup.outputs.publish == 'true' }}
steps:
- name: Check out the repo
uses: actions/checkout@v3
Expand Down

0 comments on commit 4a4c290

Please sign in to comment.