Skip to content

Commit

Permalink
reset qa
Browse files Browse the repository at this point in the history
  • Loading branch information
fanglinfang committed Aug 26, 2023
1 parent 4c90f86 commit 0883829
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ env:
# defined in the "deploy" job
on:
push:
branches: [main, master, f/legacy, develop, vue/dev]
branches: [main, master, qa, develop, vue/dev]
pull_request:
branches: [main, master, f/legacy, develop, vue/dev]
branches: [main, master, qa, develop, vue/dev]
types: [opened, reopened, synchronize]

jobs:
Expand Down Expand Up @@ -269,7 +269,7 @@ jobs:

- name: Deployment Pipeline
if: >-
contains(fromJSON('["main", "master", "f/legacy"]'),
contains(fromJSON('["main", "master", "qa"]'),
needs.context.outputs.git_repo_branch)
uses: uw-it-aca/actions/cicd-deploy@main
with:
Expand Down Expand Up @@ -306,7 +306,7 @@ jobs:
housekeeping:
if: github.event_name == 'push' &&
(endsWith(github.ref, '/main') || endsWith(github.ref, '/master') ||
endsWith(github.ref, '/f/legacy') || endsWith(github.ref, '/develop') ||
endsWith(github.ref, '/qa') || endsWith(github.ref, '/develop') ||
endsWith(github.ref, '/vue/dev'))

needs: [context, build, deploy]
Expand Down

0 comments on commit 0883829

Please sign in to comment.