mirror of
https://github.com/servo/servo
synced 2026-04-27 09:57:23 +02:00
Do not run quick check on dependabot branches
This commit is contained in:
2
.github/workflows/quick-check.yml
vendored
2
.github/workflows/quick-check.yml
vendored
@@ -3,7 +3,7 @@ on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
[ "**", "!master", "!auto", "!try", "!try-linux", "!try-mac", "!try-windows", "!try-wpt"]
|
||||
[ "**", "!master", "!auto", "!try", "!try-linux", "!try-mac", "!try-windows", "!try-wpt", "!dependabot/**"]
|
||||
|
||||
env:
|
||||
RUST_BACKTRACE: 1
|
||||
|
||||
Reference in New Issue
Block a user