We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62f0ca2 commit b776243Copy full SHA for b776243
.github/workflows/dispatch-workflow.yml
@@ -72,11 +72,11 @@ jobs:
72
wpt-args: ${{ inputs.wpt-args }}
73
bencher: ${{ inputs.bencher }}
74
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
+ # lint:
+ # if: ${{ inputs.workflow == 'lint' }}
+ # name: Lint
+ # # Note: The lint workflow does not need access to any secrets.
+ # uses: ./.github/workflows/lint.yml
80
81
android:
82
if: ${{ inputs.workflow == 'android' }}
0 commit comments