Skip to content

Commit 32ba3b9

Browse files
authored
Merge pull request #347 from runpod/remove-ci-duplication
fix: no more double run of CI on PR to main
2 parents 4caec34 + 734c336 commit 32ba3b9

3 files changed

Lines changed: 4 additions & 8 deletions

File tree

.github/workflows/CI-codeql.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
name: "CI | CodeQL"
1313

1414
on:
15-
push:
16-
branches: ["main"]
1715
pull_request:
1816
# The branches below must be a subset of the branches above
1917
branches: ["main"]

.github/workflows/CI-pylint.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@ name: CI | Code Quality
22

33
on:
44
push:
5-
branches-ignore:
6-
- "main-ci"
7-
- "release"
5+
branches:
6+
- main
87

98
pull_request:
109
branches:

.github/workflows/CI-pytests.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@ name: CI | Unit Tests
22

33
on:
44
push:
5-
branches-ignore:
6-
- main-ci
7-
- release
5+
branches:
6+
- main
87

98
pull_request:
109
branches:

0 commit comments

Comments
 (0)