Skip to content

Commit

Permalink
chore: add acceptance tests and migration tests to report in merge qu…
Browse files Browse the repository at this point in the history
…eue (#1590)
  • Loading branch information
andreaangiolillo authored Nov 3, 2023
1 parent e2cd98a commit 98ce155
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/acceptance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
type: string
pull_request: # you can run a specic job in your PR using GitHub labels
types: [ labeled ]
merge_group: # needed for merge queue

jobs:
change-detection:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/migration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
type: string
pull_request:
types: [ labeled ]
merge_group: # needed for merge queue

jobs:
change-detection:
Expand Down

0 comments on commit 98ce155

Please sign in to comment.