Skip to content

Commit 5a933f1

Browse files
committed
Temp commit - remove guard on publishing
1 parent 20fe5ec commit 5a933f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cicd-1-pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
name: "Publish stage"
140140
needs: [metadata, acceptance-stage]
141141
uses: ./.github/workflows/stage-5-publish.yaml
142-
if: (github.event_name == 'push' && github.ref == 'refs/heads/main')
142+
#if: (github.event_name == 'push' && github.ref == 'refs/heads/main')
143143
with:
144144
build_datetime: "${{ needs.metadata.outputs.build_datetime }}"
145145
build_timestamp: "${{ needs.metadata.outputs.build_timestamp }}"

0 commit comments

Comments
 (0)