Skip to content

Commit 8841b61

Browse files
chore: update global workflows (#292)
1 parent 95d9ccb commit 8841b61

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

.github/workflows/_codeql.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ on:
1414
branches:
1515
- master
1616
pull_request:
17-
branches:
18-
- master
1917
schedule:
2018
- cron: '00 12 * * 0' # every Sunday at 12:00 UTC
2119

.github/workflows/_common-lint.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,6 @@ permissions:
99

1010
on:
1111
pull_request:
12-
branches:
13-
- master
14-
types:
15-
- opened
16-
- synchronize
17-
- reopened
1812

1913
concurrency:
2014
group: "${{ github.workflow }}-${{ github.ref }}"

0 commit comments

Comments
 (0)