Disable weekly GPU/slow tests on forks (#10831)

This commit is contained in:
Madeesh Kannan 2022-05-20 15:46:30 +02:00 committed by GitHub
parent a82ec56aae
commit 4fb1809c72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,7 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
branch: [master, v4] branch: [master, v4]
if: github.repository_owner == 'explosion'
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Trigger buildkite build - name: Trigger buildkite build

View File

@ -10,6 +10,7 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
branch: [master, v4] branch: [master, v4]
if: github.repository_owner == 'explosion'
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout