Skip to content

Commit

Permalink
dont run official integration tests on fork (#809)
Browse files Browse the repository at this point in the history
  • Loading branch information
aphralG authored Aug 28, 2024
1 parent ff30fb0 commit 3a729e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ jobs:
name: Integration Tests - Official OSS Images
needs: build-unsigned-snapshot
runs-on: ubuntu-24.04
if: ${{ !github.event.pull_request.head.repo.fork && !startsWith(github.ref_name, 'dependabot/') }}
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -242,6 +243,7 @@ jobs:
name: Integration Tests - Official Plus Images
needs: build-unsigned-snapshot
runs-on: ubuntu-24.04
if: ${{ !github.event.pull_request.head.repo.fork && !startsWith(github.ref_name, 'dependabot/') }}
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 3a729e1

Please sign in to comment.