Skip to content

Commit

Permalink
fix: merge queue flow
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Gammon <[email protected]>
  • Loading branch information
sgammon committed Mar 13, 2024
1 parent 7faafde commit 89815ad
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/on.pr.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: "PR"

"on":
merge_group: {}
pull_request:
branches:
- main
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/on.push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,3 @@ jobs:
uses: ./.github/workflows/ci.dependency-graph.yml
permissions:
contents: write # needed for graph write

checks-gradle:
name: "Checks"
uses: ./.github/workflows/check.gradle-wrapper.yml
18 changes: 18 additions & 0 deletions .github/workflows/on.queue.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: "PR Group"

"on":
merge_group: {}

permissions:
contents: read

jobs:
build-test:
name: "Build & Test"
uses: ./.github/workflows/ci.build-test.yml
with:
tests: false

checks-gradle:
name: "Checks"
uses: ./.github/workflows/check.gradle-wrapper.yml

0 comments on commit 89815ad

Please sign in to comment.