Revert "Add non-stacking buff back to NO4 in a smarter way (#2592)" (… #21
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 ZO 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 | ||
Check failure on line 15 in .github/workflows/beta-zo-release.yml GitHub Actions / New Beta ZO ReleaseInvalid workflow file
|
||
with: | ||
frontend_name: 'zzz-frontend' | ||
deployment_name: 'beta' | ||
repo_name: ${{ vars.PR_REPO }} | ||
repo_deploy_secret_name: 'PR_REPO_SSH_KEY' | ||
show_dev_components: true |