Skip to content

Commit

Permalink
Merge branch 'main' into nix/flake
Browse files Browse the repository at this point in the history
  • Loading branch information
hilmarf authored Dec 19, 2024
2 parents 3fc0ba2 + 6aea1a0 commit 0d88219
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .github/workflows/integration-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ permissions:

jobs:
test:
if: github.event_name == 'push'
name: Run tests
uses: open-component-model/ocm-integrationtest/.github/workflows/integrationtest.yaml@main
permissions:
Expand All @@ -24,4 +25,17 @@ jobs:
packages: write
secrets: inherit
with:
ref: ${{ github.ref }}
ref: ${{ github.ref }}
repo: ${{ github.repository }}
test-pr:
if: github.event_name == 'pull_request_target'
name: Run tests
uses: open-component-model/ocm-integrationtest/.github/workflows/integrationtest.yaml@main
permissions:
contents: write
id-token: write
packages: write
secrets: inherit
with:
ref: ${{ github.event.pull_request.head.ref }}
repo: ${{ github.event.pull_request.head.repo.full_name }}

0 comments on commit 0d88219

Please sign in to comment.