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 382a347 commit 1f50fb6Copy full SHA for 1f50fb6
.github/workflows/cicd-1-pull-request.yaml
@@ -92,7 +92,7 @@ jobs:
92
secrets: inherit
93
test-stage: # Recommended maximum execution time is 5 minutes
94
name: "Test stage"
95
- needs: [metadata, commit-stage]
+ needs: [metadata]
96
uses: ./.github/workflows/stage-2-test.yaml
97
with:
98
build_datetime: "${{ needs.metadata.outputs.build_datetime }}"
0 commit comments