Skip to content

Commit

Permalink
Trigger CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhwaniartefact committed Aug 24, 2023
1 parent 5c9c4db commit 9845fa8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/acceptance-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ name: "Acceptance Test"
on:
pull_request:
types: [labeled]
push:
branches:
- "dev/issue-1590-Upgrade-Ubuntu22.04"
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-1590-Upgrade-Ubuntu22.04"
jobs:
test:
name: "Test ${{ matrix.rule }}"
Expand Down

0 comments on commit 9845fa8

Please sign in to comment.