Prepare CI for merge queue
This commit is contained in:
parent
3979c659bd
commit
00a0846661
2 changed files with 2 additions and 0 deletions
1
.github/workflows/check-nix-format.yml
vendored
1
.github/workflows/check-nix-format.yml
vendored
|
|
@ -6,6 +6,7 @@ name: Check that Nix files are formatted
|
|||
on:
|
||||
pull_request:
|
||||
types: [opened, synchronize, reopened]
|
||||
merge_group:
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
|
|
|
|||
1
.github/workflows/pr.yml
vendored
1
.github/workflows/pr.yml
vendored
|
|
@ -1,6 +1,7 @@
|
|||
name: "Test"
|
||||
on:
|
||||
pull_request:
|
||||
merge_group:
|
||||
# For bors
|
||||
push:
|
||||
branches:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue