Skip to content

Commit

Permalink
Add E2E GitHub Action for Container Toolkit
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Eduardo Arango Gutierrez <[email protected]>
Signed-off-by: Evan Lezar <[email protected]>
  • Loading branch information
ArangoGutierrez committed Feb 5, 2025
1 parent 3a06066 commit 1614545
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

# Run this workflow on pull requests
name: image
name: Image

on:
push:
Expand All @@ -35,7 +35,7 @@ jobs:
- centos7-x86_64
- centos8-ppc64le
ispr:
- ${{ github.ref_name != 'main' && !startsWith( github.ref_name, 'release-' ) }}
- ${{ startsWith( github.ref_name, 'pull-request/' ) && !startsWith( github.ref_name, 'release-' ) }}
exclude:
- ispr: true
target: ubuntu18.04-arm64
Expand Down

0 comments on commit 1614545

Please sign in to comment.