Merge pull request #10312 from svlandeg/fix/drop-develop

Remove daily/weekly tests for develop branch
This commit is contained in:
Sofie Van Landeghem 2022-02-16 16:28:22 +01:00 committed by GitHub
commit 3854ab901f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
branch: [master, develop, v4]
branch: [master, v4]
runs-on: ubuntu-latest
steps:
- name: Trigger buildkite build

View File

@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
branch: [master, develop, v4]
branch: [master, v4]
runs-on: ubuntu-latest
steps:
- name: Checkout