Fix misc sheet issues (#2593) #651
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: New Beta GO Release | |
on: | |
push: | |
branches: | |
- master | |
# Only allow the most recent run of beta release to complete, if multiple are queued. | |
concurrency: | |
group: ${{ github.workflow }} | |
cancel-in-progress: true | |
jobs: | |
call-build-frontend: | |
uses: ./.github/workflows/build-frontend.yml | |
with: | |
frontend_name: 'frontend' | |
deployment_name: 'beta' | |
show_dev_components: true |