Skip to content

Commit

Permalink
Run tests only on getsentry repository (#2681)
Browse files Browse the repository at this point in the history
  • Loading branch information
aminvakil authored Jan 12, 2024
1 parent 040d475 commit b71d147
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ defaults:
shell: bash
jobs:
e2e-test:
if: github.repository_owner == 'getsentry'
runs-on: ubuntu-20.04
name: "Sentry self-hosted end-to-end tests"
steps:
Expand All @@ -41,6 +42,7 @@ jobs:
project_name: self-hosted

unit-test:
if: github.repository_owner == 'getsentry'
runs-on: ubuntu-20.04
name: "unit tests"
steps:
Expand All @@ -51,6 +53,7 @@ jobs:
run: ./unit-test.sh

integration-test:
if: github.repository_owner == 'getsentry'
runs-on: ubuntu-20.04
name: "integration test"
strategy:
Expand Down

0 comments on commit b71d147

Please sign in to comment.