Skip to content

Commit d608689

Browse files
committed
Remove workflow_run triggers
1 parent 4fa13ed commit d608689

3 files changed

Lines changed: 0 additions & 15 deletions

File tree

.github/workflows/lint.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@ name: lint
22

33
on:
44
workflow_call:
5-
push:
6-
branches: [main, develop]
7-
pull_request:
8-
branches: [main, develop]
95

106
jobs:
117
lint:

.github/workflows/proxytests.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,9 @@
44
name: Python package (with methods that need proxy)
55

66
on:
7-
workflow_run:
8-
workflows: ["Python package"]
9-
branches: [main]
10-
types:
11-
- completed
127
pull_request:
138
branches: [main]
149

15-
1610
jobs:
1711
build:
1812
runs-on: ubuntu-latest

.github/workflows/pythonpackage.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@ on:
1010
branches: [main, develop]
1111
pull_request:
1212
branches: [main, develop]
13-
workflow_run:
14-
workflows: ["lint", lint]
15-
branches: [main, develop]
16-
types:
17-
- completed
1813

1914
jobs:
2015
lint:

0 commit comments

Comments
 (0)