Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
merge queue fixes (#1216)
Browse files Browse the repository at this point in the history
  • Loading branch information
pinkiebell authored Feb 16, 2023
1 parent 7fd693c commit 26ed1fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: CI checks

on:
merge_group:
pull_request:
types: [synchronize, opened, reopened, ready_for_review]
push:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/lints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Lints

# We only run these lints on trial-merges of PRs to reduce noise.
on:
merge_group:
pull_request:
types: [synchronize, opened, reopened, ready_for_review]
push:
Expand Down

0 comments on commit 26ed1fd

Please sign in to comment.