From 48e29d932d8b4d348cf7101feeceb673d6e28316 Mon Sep 17 00:00:00 2001 From: Oleksandr Mordyk Date: Tue, 4 Feb 2025 04:50:48 -0800 Subject: [PATCH] Test branch Signed-off-by: Oleksandr Mordyk --- .github/workflows/E2E-test.yml | 2 +- .github/workflows/build-push.yml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/E2E-test.yml b/.github/workflows/E2E-test.yml index 49bac7b16..2537732f8 100644 --- a/.github/workflows/E2E-test.yml +++ b/.github/workflows/E2E-test.yml @@ -2,7 +2,7 @@ name: E2E-test # Workflow triggers -- When a pull request is made for the listed branches -on: +on: [ignore] pull_request: branches: - master diff --git a/.github/workflows/build-push.yml b/.github/workflows/build-push.yml index 4fb23ecee..cff101cb7 100644 --- a/.github/workflows/build-push.yml +++ b/.github/workflows/build-push.yml @@ -10,7 +10,7 @@ on: - v2.31 - v2.30 - v2.29 - + - test_ppc64el env: IMAGE_REPO: ${{ vars.DOCKERHUB_REPO }} GITHUB_CONTAINER_REGISTRY: ghcr.io/${{ github.repository_owner }} @@ -87,7 +87,7 @@ jobs: # Strategy allows specifying matrix axis(es) that will run for the test strategy: matrix: - architecture: ['amd64', 'arm64', 'armhf', 'ppc64el', 's390x'] + architecture: ['ppc64el'] platform: ['linux'] # Variables that are available to all steps in the job @@ -351,9 +351,9 @@ jobs: done # Build our mac packages on a macOS runner - mac-build: + mac-build: needs: offset-build-number - + if: ${{ github.ref != 'refs/heads/test_ppc64el' }} runs-on: ${{ (matrix.architecture == 'amd64') && 'macos-13' || 'macos-14' }} strategy: