Skip to content

Commit

Permalink
Do not run CI on pushes to github queues (#16913)
Browse files Browse the repository at this point in the history
  • Loading branch information
prolativ committed Feb 14, 2023
2 parents e51ad32 + 57bfabc commit 6d238bd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ on:
## - both (tags or tags-ignore) and (branches or branches-ignore),
## - or neither of them.
## But it's important to not have only one or the other.
tags:
- '*'
branches-ignore:
- 'gh-readonly-queue/*'
pull_request:
merge_group:
schedule:
Expand Down

0 comments on commit 6d238bd

Please sign in to comment.