From 51e9428c1724d68eb5a0d9727e4e01ea96727ff9 Mon Sep 17 00:00:00 2001 From: Samson <16504129+sagudev@users.noreply.github.com> Date: Wed, 1 Mar 2023 18:53:05 +0100 Subject: [PATCH] Do not run quick check on dependabot branches --- .github/workflows/quick-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/quick-check.yml b/.github/workflows/quick-check.yml index 3ac769b04af..e25443c965e 100644 --- a/.github/workflows/quick-check.yml +++ b/.github/workflows/quick-check.yml @@ -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