mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
build: switch new AIO preview action to use aio: preview label (#48345)
The new AIO preview deployment should take over the existing `aio: preview` label- now after it being tested- and working as expected. PR Close #48345
This commit is contained in:
parent
6b16df1954
commit
ecddcbc269
1 changed files with 2 additions and 2 deletions
4
.github/workflows/aio-preview-build.yml
vendored
4
.github/workflows/aio-preview-build.yml
vendored
|
|
@ -19,8 +19,8 @@ jobs:
|
|||
# We only want to build and deploy the AIO app if the `aio: preview` label has been
|
||||
# added, or if the label is already applied and new changes have been made in the PR.
|
||||
if: |
|
||||
(github.event.action == 'labeled' && github.event.label.name == 'test preview') ||
|
||||
(github.event.action == 'synchronize' && contains(github.event.pull_request.labels.*.name, 'test preview'))
|
||||
(github.event.action == 'labeled' && github.event.label.name == 'aio: preview') ||
|
||||
(github.event.action == 'synchronize' && contains(github.event.pull_request.labels.*.name, 'aio: preview'))
|
||||
steps:
|
||||
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3.1.0
|
||||
- uses: ./.github/actions/yarn-install
|
||||
|
|
|
|||
Loading…
Reference in a new issue