Improve optimization progress accuracy (#2538) #621
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 SRO 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: 'sr-frontend' | |
deployment_name: 'beta' | |
show_dev_components: true |