Skip to content

Commit b776243

Browse files
committed
disable lint
1 parent 62f0ca2 commit b776243

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/dispatch-workflow.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,11 @@ jobs:
7272
wpt-args: ${{ inputs.wpt-args }}
7373
bencher: ${{ inputs.bencher }}
7474

75-
lint:
76-
if: ${{ inputs.workflow == 'lint' }}
77-
name: Lint
78-
# Note: The lint workflow does not need access to any secrets.
79-
uses: ./.github/workflows/lint.yml
75+
# lint:
76+
# if: ${{ inputs.workflow == 'lint' }}
77+
# name: Lint
78+
# # Note: The lint workflow does not need access to any secrets.
79+
# uses: ./.github/workflows/lint.yml
8080

8181
android:
8282
if: ${{ inputs.workflow == 'android' }}

0 commit comments

Comments
 (0)