From 3c717b9b79dd5f8f7b869abae8d8f4324b12661d Mon Sep 17 00:00:00 2001 From: Jens Schulze Date: Thu, 14 Dec 2023 13:22:34 +0100 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e884ad20239..a3ff9d85d1c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,8 +1,12 @@ on: - - push - - workflow_dispatch - - pull_request - - merge_group + push: + branches-ignore: + - 'renovate/**' + workflow_dispatch: + pull_request: + branches-ignore: + - 'renovate/**' + merge_group: name: CI @@ -14,9 +18,6 @@ jobs: name: Integration tests runs-on: ubuntu-latest - concurrency: - group: ${{ github.event_name }} - cancel-in-progress: false permissions: contents: write # for stefanzweifel/git-auto-commit-action to push code in repo