Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Trigger CI
Browse files Browse the repository at this point in the history
Dhwaniartefact committed Aug 29, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 3bab609 commit 9fdb642
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
@@ -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:
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -6,6 +6,7 @@ on:
branches:
- "qa/**"
- "stable/**"
- "dev/issue-1590-Upgrade-Ubuntu22.04"
jobs:
test:
name: "Test ${{ matrix.rule }}"

0 comments on commit 9fdb642

Please sign in to comment.