Skip to content

Commit

Permalink
Trigger CI node@20
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhwaniartefact committed Nov 22, 2023
1 parent d1edc8a commit 800b99d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/acceptance-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
name: "Acceptance Test"
on:
pull_request:
types: [labeled]
push:
branches:
- "dev/issue-update-frontend-deps-take-three"
jobs:
test:
if: github.event.label.name == 'AMAUAT'
name: "Test ${{ matrix.tag }} on ${{ matrix.browser }}"
runs-on: "ubuntu-22.04"
strategy:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
branches:
- "qa/**"
- "stable/**"
- "dev/issue-update-frontend-deps-take-three"
jobs:
test:
name: "Test ${{ matrix.rule }} on ${{ matrix.python-version }}"
Expand Down

0 comments on commit 800b99d

Please sign in to comment.