Skip to content

Commit b5c317a

Browse files
DELETE: test that builds the artifact
1 parent 8093b87 commit b5c317a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/stage-3-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
needs.detect-doc-changes.outputs.docs_changed == 'true' ||
6969
needs.detect-doc-changes.outputs.schemas_changed == 'true' ||
7070
needs.detect-doc-changes.outputs.eventcatalog_changed == 'true' ||
71-
github.event_name == 'push' && github.ref == 'refs/heads/main'
71+
github.event_name == 'push' && github.ref == 'refs/heads/feature/publish-test'
7272
runs-on: ubuntu-latest
7373
timeout-minutes: 15
7474
permissions:

0 commit comments

Comments
 (0)