Skip to content

Commit

Permalink
Skip Operator integ tests on PRs from forks
Browse files Browse the repository at this point in the history
  • Loading branch information
levan-m committed Nov 8, 2023
1 parent ebae161 commit c3ce5c3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/go-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@ name: Go Test
on:
push:
paths:
- '.github/workflows/go-test.yaml'
- 'test/**'
- 'charts/datadog-operator/**'
pull_request:
paths:
- '.github/workflows/go-test.yaml'
- 'test/**'
- 'charts/datadog-operator/**'
env:
Expand Down Expand Up @@ -34,6 +36,7 @@ jobs:
make unit-test
integ-tests:
if: ${{github_event.pull_request.head.repo.full_name == github.repository }}
name: integ-tests
runs-on: ubuntu-20.04
strategy:
Expand Down

0 comments on commit c3ce5c3

Please sign in to comment.