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 2eadde8 commit 96a8389Copy full SHA for 96a8389
.github/workflows/cicd-1-pull-request.yaml
@@ -139,7 +139,7 @@ jobs:
139
name: "Publish stage"
140
needs: [metadata, acceptance-stage]
141
uses: ./.github/workflows/stage-5-publish.yaml
142
- if: (github.event_name == 'push' && github.ref == 'refs/heads/main')
+ #if: (github.event_name == 'push' && github.ref == 'refs/heads/main')
143
with:
144
build_datetime: "${{ needs.metadata.outputs.build_datetime }}"
145
build_timestamp: "${{ needs.metadata.outputs.build_timestamp }}"
0 commit comments