From 4c5a9bab506cfe9a588364cf6d692047d865fe4d Mon Sep 17 00:00:00 2001 From: Karina Thomas Date: Tue, 29 Oct 2024 18:53:21 +0000 Subject: [PATCH] Do not run all PR checks on merge to latest --- .github/workflows/simorgh-e2e-tests.yml | 3 --- .github/workflows/simorgh-integration-tests.yml | 3 --- .github/workflows/simorgh-local-server-tests.yml | 3 --- .github/workflows/simorgh-misc-checks.yml | 3 --- .github/workflows/simorgh-unit-tests.yml | 3 --- 5 files changed, 15 deletions(-) diff --git a/.github/workflows/simorgh-e2e-tests.yml b/.github/workflows/simorgh-e2e-tests.yml index 8a0a9aa4000..96bf8d25742 100644 --- a/.github/workflows/simorgh-e2e-tests.yml +++ b/.github/workflows/simorgh-e2e-tests.yml @@ -3,9 +3,6 @@ on: pull_request: branches: - '**' - push: - branches: - - latest permissions: contents: read diff --git a/.github/workflows/simorgh-integration-tests.yml b/.github/workflows/simorgh-integration-tests.yml index d532361c96f..60a3e221ffd 100644 --- a/.github/workflows/simorgh-integration-tests.yml +++ b/.github/workflows/simorgh-integration-tests.yml @@ -3,9 +3,6 @@ on: pull_request: branches: - '**' - push: - branches: - - latest permissions: contents: read diff --git a/.github/workflows/simorgh-local-server-tests.yml b/.github/workflows/simorgh-local-server-tests.yml index 0ce4576281e..af0e6cac2b5 100644 --- a/.github/workflows/simorgh-local-server-tests.yml +++ b/.github/workflows/simorgh-local-server-tests.yml @@ -3,9 +3,6 @@ on: pull_request: branches: - '**' - push: - branches: - - latest permissions: contents: read diff --git a/.github/workflows/simorgh-misc-checks.yml b/.github/workflows/simorgh-misc-checks.yml index c9791b15b12..b08d1b3ded8 100644 --- a/.github/workflows/simorgh-misc-checks.yml +++ b/.github/workflows/simorgh-misc-checks.yml @@ -3,9 +3,6 @@ on: pull_request: branches: - '**' - push: - branches: - - latest permissions: statuses: write diff --git a/.github/workflows/simorgh-unit-tests.yml b/.github/workflows/simorgh-unit-tests.yml index c1d08a4a3c4..b83806bfc0c 100644 --- a/.github/workflows/simorgh-unit-tests.yml +++ b/.github/workflows/simorgh-unit-tests.yml @@ -3,9 +3,6 @@ on: pull_request: branches: - '**' - push: - branches: - - latest permissions: contents: read