Skip to content

Commit

Permalink
Test branch
Browse files Browse the repository at this point in the history
Signed-off-by: Oleksandr Mordyk <oleksandr.mordyk1994@outlook.com>
  • Loading branch information
omordyk committed Feb 4, 2025
1 parent 26ad7ab commit 48e29d9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/E2E-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 48e29d9

Please sign in to comment.