Skip to content

Commit

Permalink
Revert "ci: PLT-366: Build frontend static only in develop and releas…
Browse files Browse the repository at this point in the history
…e branches"

This reverts commit 08a5f97.
  • Loading branch information
farioas committed Jun 13, 2024
1 parent 8e96224 commit dd900c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cicd_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,8 @@ jobs:
needs:
- changed_files
if: |
github.event_name == 'push' &&
github.event_name == 'pull_request' &&
github.event.pull_request.head.repo.fork == false &&
needs.changed_files.outputs.frontend == 'true' &&
!startsWith(needs.changed_files.outputs.commit-message, 'ci: Build frontend')
permissions:
Expand Down

0 comments on commit dd900c4

Please sign in to comment.