Build GO (WR) for 2603 - adding basic opt targets to ZO, wrapping up MVPish #1392
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build GO (WR) PR | ||
run-name: Build GO (WR) for ${{ github.event.number }} - ${{ github.event.pull_request.title }} | ||
permissions: | ||
contents: read | ||
on: | ||
pull_request: | ||
paths-ignore: | ||
- 'apps/somnia/**' | ||
- 'apps/somnia-e2e/**' | ||
- 'apps/sr-frontend/**' | ||
- 'apps/sr-frontend-e2e/**' | ||
- 'apps/zzz-frontend/**' | ||
- 'apps/zzz-frontend-e2e/**' | ||
- 'libs/gi/formula/**' | ||
- 'libs/gi/formula-ui/**' | ||
- 'libs/gi/i18n-node/**' | ||
- 'libs/pando/**' | ||
- 'libs/sr/**' | ||
- 'libs/zzz/**' | ||
types: [opened, reopened, synchronize, labeled] | ||
jobs: | ||
call-build: | ||
uses: ./.github/workflows/build-frontend.yml | ||
Check failure on line 26 in .github/workflows/build-go-wr-pr.yml GitHub Actions / Build GO (WR) PRInvalid workflow file
|
||
with: | ||
frontend_name: 'frontend' | ||
deployment_name: ${{ github.event.number }} | ||
show_dev_components: ${{ contains(github.event.pull_request.labels.*.name, 'showDevComponents') }} |