fix: Added step to create env file for bundle analysis (#10224)
parent
43a30aa51d
commit
e4c49d0e0b
|
@ -7,8 +7,13 @@ on:
|
|||
- main
|
||||
|
||||
jobs:
|
||||
env:
|
||||
name: Create env file
|
||||
uses: ./.github/workflows/env-create-file.yml
|
||||
secrets: inherit
|
||||
build:
|
||||
name: Production build
|
||||
needs: env
|
||||
if: ${{ github.event_name == 'push' }}
|
||||
uses: ./.github/workflows/production-build.yml
|
||||
secrets: inherit
|
||||
|
|
Loading…
Reference in New Issue