Skip to content

Commit

Permalink
Don't run status checks on GitHub merge queue state twice
Browse files Browse the repository at this point in the history
  • Loading branch information
heinrich5991 authored and edg-l committed Jul 14, 2023
1 parent 01ec7ad commit 4838c10
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ name: Build
on:
push:
branches-ignore:
- staging.tmp
- trying.tmp
- staging-squash-merge.tmp
- gh-readonly-queue/**
pull_request:
merge_group:

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/clang-sanitizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Check ASan & UBSan
on:
push:
branches-ignore:
- gh-readonly-queue/**
- master
pull_request:
merge_group:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/clang-tidy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Check clang-tidy
on:
push:
branches-ignore:
- gh-readonly-queue/**
- master
pull_request:
merge_group:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Check Rust

on:
push:
branches-ignore:
- gh-readonly-queue/**
pull_request:
merge_group:

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Check style
on:
push:
branches-ignore:
- gh-readonly-queue/**
- master
pull_request:
merge_group:
Expand Down

0 comments on commit 4838c10

Please sign in to comment.