Skip to content

Commit

Permalink
Another attempt to fix automerge (databrickslabs#1614)
Browse files Browse the repository at this point in the history
  • Loading branch information
nfx authored May 3, 2024
1 parent a7b714d commit 32677f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/acceptance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ name: acceptance
on:
pull_request:
types: [ opened, synchronize, ready_for_review ]
merge_group:
types: [ checks_requested ]
push:
# required for merge queue to work. jobs.integration.if will mark it as skipped
branches:
- main

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/no-cheat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: no-cheat
on:
pull_request:
types: [opened, synchronize]
merge_group:
types: [checks_requested]
push:
# required for merge queue to work. jobs.integration.if will mark it as skipped
branches:
Expand Down

0 comments on commit 32677f5

Please sign in to comment.