From b136ee1fc3854eceb0582ba9ea08e3ee58a37e38 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Mon, 30 Oct 2023 08:24:07 +0100 Subject: [PATCH] ci: Turn off builds for pushes and merges to main/stable* Signed-off-by: Christoph Wurst --- .github/workflows/lint-info-xml.yml | 8 +------- .github/workflows/lint-php.yml | 8 +------- .github/workflows/psalm-matrix.yml | 8 +------- 3 files changed, 3 insertions(+), 21 deletions(-) diff --git a/.github/workflows/lint-info-xml.yml b/.github/workflows/lint-info-xml.yml index 1faa6280cc..bf6f178727 100644 --- a/.github/workflows/lint-info-xml.yml +++ b/.github/workflows/lint-info-xml.yml @@ -5,13 +5,7 @@ name: Lint info.xml -on: - pull_request: - push: - branches: - - main - - master - - stable* +on: pull_request permissions: contents: read diff --git a/.github/workflows/lint-php.yml b/.github/workflows/lint-php.yml index bff6e87565..d5da86bcb1 100644 --- a/.github/workflows/lint-php.yml +++ b/.github/workflows/lint-php.yml @@ -5,13 +5,7 @@ name: Lint php -on: - pull_request: - push: - branches: - - main - - master - - stable* +on: pull_request permissions: contents: read diff --git a/.github/workflows/psalm-matrix.yml b/.github/workflows/psalm-matrix.yml index 571e13730b..9c50ebf961 100644 --- a/.github/workflows/psalm-matrix.yml +++ b/.github/workflows/psalm-matrix.yml @@ -5,13 +5,7 @@ name: Static analysis -on: - pull_request: - push: - branches: - - master - - main - - stable* +on: pull_request concurrency: group: psalm-${{ github.head_ref || github.run_id }}