Skip to content

Commit

Permalink
ci: fix depends on publish job
Browse files Browse the repository at this point in the history
  • Loading branch information
TillaTheHun0 committed Jan 19, 2024
1 parent 302bbc4 commit 70778b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
# Releases are performed via a workflow dispatch
if: github.event_name == 'workflow_dispatch'
runs-on: ubuntu-latest
needs: [test, test-native-integration-self-hosted, test-native-integration-atlas]
needs: [test, test-integration]
steps:
- name: ⬇️ Checkout repo
uses: actions/checkout@v3
Expand Down

0 comments on commit 70778b1

Please sign in to comment.