Skip to content

Commit 5b8f333

Browse files
roomoteedelauna
authored andcommitted
fix: run checks on stacked pull requests
1 parent 5a5b22e commit 5b8f333

3 files changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/code-qa.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66
branches: [main]
77
pull_request:
88
types: [opened, reopened, ready_for_review, synchronize]
9-
branches: [main]
109

1110
jobs:
1211
check-translations:

.github/workflows/codeql.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
branches: [ "main" ]
66
pull_request:
7-
branches: [ "main" ]
87
schedule:
98
- cron: '24 19 * * 3'
109

.github/workflows/e2e.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
workflow_dispatch:
55
pull_request:
66
types: [opened, reopened, ready_for_review, synchronize]
7-
branches: [main]
87
paths:
98
- "src/**"
109
- "webview-ui/**"

0 commit comments

Comments
 (0)