We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b78c5a commit 8e506feCopy full SHA for 8e506fe
.github/workflows/test-notebooks.yml
@@ -2,13 +2,15 @@ name: Test Notebooks
2
3
on: [push, pull_request]
4
5
-jobs:
+concurrency:
6
+ group: ${{ github.ref }}-${{ github.workflow }}
7
+ cancel-in-progress: true
8
9
+jobs:
10
test-notebooks:
11
12
if:
- github.event_name == 'push' ||
- github.event.pull_request.head.repo.full_name != github.repository
13
+ github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
14
15
name: Test the notebooks
16
runs-on: ubuntu-latest
0 commit comments