Skip to content

Commit 4f901ce

Browse files
committed
Remove double triggering of tests
1 parent 5c713c7 commit 4f901ce

6 files changed

Lines changed: 0 additions & 26 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ name: Build
44
# All jobs will pass without running if no *{.go, .mod, .sum} files have been modified
55
on:
66
pull_request:
7-
push:
8-
branches:
9-
- v0.38.x
10-
- dydx-fork-**
117

128
jobs:
139
build:

.github/workflows/docs-toc.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
name: Check documentation ToC
33
on:
44
pull_request:
5-
push:
6-
branches:
7-
- v0.38.x
85

96
jobs:
107
check:

.github/workflows/e2e.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ name: e2e
44
on:
55
workflow_dispatch: # allow running workflow manually
66
pull_request:
7-
push:
8-
branches:
9-
- v0.38.x
10-
- dydx-fork-**
117

128
jobs:
139
e2e-test:

.github/workflows/govulncheck.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ name: Check for Go vulnerabilities
66
# Run `make vulncheck` from the root of the repo to run this workflow locally.
77
on:
88
pull_request:
9-
push:
10-
branches:
11-
- v0.38.x
12-
- dydx-fork-**
139

1410
jobs:
1511
govulncheck:

.github/workflows/proto-lint.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@ on:
33
pull_request:
44
paths:
55
- 'proto/**'
6-
push:
7-
branches:
8-
- v0.38.x
9-
paths:
10-
- 'proto/**'
116

127
jobs:
138
lint:

.github/workflows/tests.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
name: Test
22
on:
33
pull_request:
4-
push:
5-
paths:
6-
- "**.go"
7-
branches:
8-
- v0.38.x
9-
- dydx-fork-**
104

115
jobs:
126
tests:

0 commit comments

Comments
 (0)