Skip to content

Commit

Permalink
Merge pull request #7527 from planetscale/ci-fixes-for-forks
Browse files Browse the repository at this point in the history
CI: skip some tests on forked repos
  • Loading branch information
deepthi committed Feb 21, 2021
2 parents 0dbe96e + 5f74259 commit 255b09b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check_runs_analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:

jobs:
analyze:
if: github.repository == 'vitessio/vitess'
name: analyze_check_runs
runs-on: ubuntu-latest
steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/cluster_endtoend_upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on: [push, pull_request]
jobs:

build:
if: github.repository == 'vitessio/vitess'
name: Run endtoend tests on Cluster (upgrade)
runs-on: ubuntu-latest

Expand Down

0 comments on commit 255b09b

Please sign in to comment.