Skip to content

Commit

Permalink
cicd: fix develop.yml 'needs' variable
Browse files Browse the repository at this point in the history
  • Loading branch information
imedina committed Jul 17, 2023
1 parent eaa7834 commit e32db76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

test:
uses: ./.github/workflows/test-analysis.yml
needs: deploy-docker-ext-tools
needs: build
with:
test_profile: runShortTests,runMediumTests
secrets: inherit
Expand Down

0 comments on commit e32db76

Please sign in to comment.