Build action - change timeout from 1hr to 30min #415
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: PR - build | |
on: | |
pull_request: | |
branches: | |
- main | |
workflow_dispatch: | |
jobs: | |
build-code: | |
name: Build and upload artifacts | |
uses: ./.github/workflows/template-build.yml | |
with: | |
branch_name: ${{ github.ref }} | |
environment: staging | |
secrets: inherit |