1 parent 9df38c1 commit 4577d83Copy full SHA for 4577d83
1 file changed
.github/workflows/tests.yml
@@ -14,7 +14,7 @@ on:
14
- setup.cfg
15
- setup.py
16
pull_request:
17
- branches: [ "main" ]
+ types: [opened, synchronize, reopened]
18
paths:
19
- moldrug/**
20
- .github/workflows/tests.yml
@@ -23,6 +23,10 @@ on:
23
24
25
26
+concurrency:
27
+ group: pr-${{ github.event.pull_request.number }}
28
+ cancel-in-progress: true
29
+
30
jobs:
31
build:
32
runs-on: ${{ matrix.os }}
0 commit comments