Skip to content

Commit dd900c4

Browse files
committed
Revert "ci: PLT-366: Build frontend static only in develop and release branches"
This reverts commit 08a5f97.
1 parent 8e96224 commit dd900c4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/cicd_pipeline.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,8 @@ jobs:
132132
needs:
133133
- changed_files
134134
if: |
135-
github.event_name == 'push' &&
135+
github.event_name == 'pull_request' &&
136+
github.event.pull_request.head.repo.fork == false &&
136137
needs.changed_files.outputs.frontend == 'true' &&
137138
!startsWith(needs.changed_files.outputs.commit-message, 'ci: Build frontend')
138139
permissions:

0 commit comments

Comments
 (0)