Skip to content

Commit 8535616

Browse files
authored
Workflow linter tweaks (#17790)
* Remove incorrect branch filter from workflow-linting workflow * Only lint the workflows for the internal repo
1 parent 054c8f0 commit 8535616

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/workflow-lint.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,10 @@ on:
66
# branches:
77
# - main
88
# pull_request:
9-
# branches-ignore:
10-
# - translations
119

1210
jobs:
1311
lint:
12+
if: ${{ github.repository == 'github/docs-internal' }}
1413
runs-on: ubuntu-latest
1514
steps:
1615
- name: Check out repo

0 commit comments

Comments
 (0)