Skip to content

Commit

Permalink
chore: skip integ tests for pull requests from forks (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
kenneth-rosario authored Oct 6, 2023
1 parent c42e4e9 commit 0748f57
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 @@ -15,6 +15,7 @@ permissions: read-all

jobs:
go113-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: 'testdata/conformance/function'
Expand All @@ -25,6 +26,7 @@ jobs:
builder-runtime: 'go113'
builder-runtime-version: '1.13'
go116-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: 'testdata/conformance/function'
Expand All @@ -35,6 +37,7 @@ jobs:
builder-runtime: 'go116'
builder-runtime-version: '1.16'
non-declarative-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: 'testdata/conformance/nondeclarative'
Expand Down

0 comments on commit 0748f57

Please sign in to comment.