Skip to content

Commit 4c2c605

Browse files
committed
Disable workflows w/o branch ignore
1 parent 0773ab2 commit 4c2c605

File tree

4 files changed

+0
-22
lines changed

4 files changed

+0
-22
lines changed

.github/workflows/benchmark.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ on:
33
push:
44
branches:
55
- master
6-
branches-ignore:
7-
- joss-paper
86

97
permissions:
108
contents: write

.github/workflows/linting.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,6 @@ name: Linting
33
on:
44
push:
55
branches: [master]
6-
branches-ignore:
7-
- joss-paper
8-
pull_request:
9-
branches: [master]
10-
branches-ignore:
11-
- joss-paper
126

137
jobs:
148
black-lint:

.github/workflows/pytest.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,6 @@ name: Pytest
66
on:
77
push:
88
branches: [master]
9-
branches-ignore:
10-
- joss-paper
11-
pull_request:
12-
branches: [master]
13-
branches-ignore:
14-
- joss-paper
159

1610
jobs:
1711
test_python:

.github/workflows/requirements.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,6 @@ name: Check requirements
33
on:
44
push:
55
branches: [master]
6-
pull_request:
7-
branches: [master]
8-
branches-ignore:
9-
- joss-paper
10-
pull_request:
11-
branches: [master]
12-
branches-ignore:
13-
- joss-paper
146

157
jobs:
168
test_python:

0 commit comments

Comments
 (0)