Skip to content

Commit 325c71d

Browse files
authored
Disable the Actions workflow linter on push/PRs for now (#17330)
1 parent 77ee313 commit 325c71d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/workflow-lint.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ name: Lint workflows
22

33
on:
44
workflow_dispatch:
5-
push:
6-
branches:
7-
- main
8-
pull_request:
9-
branches-ignore:
10-
- translations
5+
# push:
6+
# branches:
7+
# - main
8+
# pull_request:
9+
# branches-ignore:
10+
# - translations
1111

1212
jobs:
1313
lint:

0 commit comments

Comments
 (0)