Skip to content

Commit

Permalink
Merge pull request #239 from elezar/filter-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ArangoGutierrez committed Feb 1, 2024
2 parents f142020 + badbe8a commit 31c5849
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@
name: image

on:
pull_request:
types:
- opened
- synchronize
branches:
- main
- release-*
push:
branches:
- main
Expand All @@ -33,10 +40,24 @@ jobs:
- centos7-aarch64
- centos7-x86_64
- centos8-ppc64le
ispr:
- ${{github.event_name == 'pull_request'}}
exclude:
- ispr: true
package: ubuntu18.04-arm64
- ispr: true
package: ubuntu18.04-ppc64le
- ispr: true
package: centos7-aarch64
- ispr: true
package: centos8-ppc64le
fail-fast: false
steps:
- uses: actions/checkout@v4
name: Check out code
with:
fetch-tags: true
fetch-depth: 1024
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
Expand Down

0 comments on commit 31c5849

Please sign in to comment.