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 3471569
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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
4 changes: 2 additions & 2 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 @@ -351,7 +351,7 @@ jobs:
done
# Build our mac packages on a macOS runner
mac-build:
mac-build: [ignore]
needs: offset-build-number

runs-on: ${{ (matrix.architecture == 'amd64') && 'macos-13' || 'macos-14' }}
Expand Down

0 comments on commit 3471569

Please sign in to comment.