Skip to content

Commit

Permalink
chore: disable integration test on forks (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
kenneth-rosario committed Sep 28, 2023
1 parent 6496941 commit ed91598
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/buildpack-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ permissions: read-all

jobs:
php74-buildpack-test:
if: github.event.pull_request.head.repo.full_name == github.repository
uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@main
with:
http-builder-source: 'tests/conformance'
Expand All @@ -23,6 +24,7 @@ jobs:
builder-runtime: 'php74'
builder-runtime-version: '">=7.4,<7.5"'
php81-buildpack-test:
if: github.event.pull_request.head.repo.full_name == github.repository
uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@main
with:
http-builder-source: 'tests/conformance'
Expand All @@ -34,6 +36,7 @@ jobs:
builder-runtime: 'php81'
builder-runtime-version: '">=8.1,<8.2"'
php82-buildpack-test:
if: github.event.pull_request.head.repo.full_name == github.repository
uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@main
with:
http-builder-source: 'tests/conformance'
Expand Down

0 comments on commit ed91598

Please sign in to comment.