Skip to content

Commit

Permalink
Cancel Redundant CI jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
andersy005 authored Oct 21, 2022
1 parent ceae54d commit d782800
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ on:
paths-ignore:
- 'docs/**'

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

env:
PYTEST_ADDOPTS: "--color=yes"

Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/tutorials.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ env:
PYTEST_ADDOPTS: "--color=yes"
python-version: "3.9"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
test-tutuorials:
name: 📓 Build Tutorial Notebook
Expand Down

0 comments on commit d782800

Please sign in to comment.