Skip to content

Commit 2fd61c9

Browse files
authored
[MNT] minor improvements to test CI (openml#45)
Makes minor updates to test CI: * concurrency limit * also trigger tests on push to `main`
1 parent 882a3f8 commit 2fd61c9

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,20 @@ on:
33
pull_request:
44
branches:
55
- main
6-
- develop
6+
paths-ignore:
7+
- 'docs/**'
8+
push:
9+
paths-ignore:
10+
- 'docs/**'
11+
branches:
12+
- main
13+
14+
# Allows workflows to be manually triggered
15+
workflow_dispatch:
16+
17+
concurrency:
18+
group: ${{ github.ref }}
19+
cancel-in-progress: true
720

821
jobs:
922
test-code:

0 commit comments

Comments
 (0)