Skip to content

Commit

Permalink
test workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Riobo Lorenzo <[email protected]>
  • Loading branch information
adrianriobo committed Aug 1, 2024
1 parent 5f44f1e commit d76bec7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/snc-runner-oci-builder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Build image for PR
- name: Build image for on pr event
if: ${{ github.event_name == 'pull_request' }}
env:
# SNC_RUNNER: ghcr.io/crc-org/ci-snc-runner
Expand All @@ -30,7 +30,7 @@ jobs:
echo "image=${SNC_RUNNER}" >> "$GITHUB_ENV"
echo "tag=${SNC_RUNNER_V}" >> "$GITHUB_ENV"
- name: Build image for Release
- name: Build image on push (release) event
if: ${{ github.event_name == 'push' }}
run: |
make snc-runner-oci-build
Expand Down

0 comments on commit d76bec7

Please sign in to comment.