From 41736f4553b09c843f0fc126ca60ec9e2c176946 Mon Sep 17 00:00:00 2001 From: Florian Wendelborn <1133858+FlorianWendelborn@users.noreply.github.com> Date: Thu, 16 Sep 2021 02:10:47 +0200 Subject: [PATCH] =?UTF-8?q?performance(ci):=20Don=E2=80=99t=20Lint=20Branc?= =?UTF-8?q?hes=20Created=20by=20AutoRebase?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Previously, the CI queue filled up rapidly. In theory, this should fix it. --- .github/workflows/{auto-rebase.yml => autorebase.yml} | 0 .github/workflows/ci.yml | 7 ++++++- 2 files changed, 6 insertions(+), 1 deletion(-) rename .github/workflows/{auto-rebase.yml => autorebase.yml} (100%) diff --git a/.github/workflows/auto-rebase.yml b/.github/workflows/autorebase.yml similarity index 100% rename from .github/workflows/auto-rebase.yml rename to .github/workflows/autorebase.yml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 20785b28ff..65c8ee89c5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,5 +1,10 @@ name: CI -on: push +on: + push: + branches-ignore: + # Ignore branches automatically created by github-rebase + - rebase-pull-request** + - cherry-pick-rebase-pull-request** jobs: eslint: runs-on: ubuntu-latest