diff --git a/.github/workflows/lint-js.yml b/.github/workflows/lint-js.yml index 127c4eca..8cce3503 100644 --- a/.github/workflows/lint-js.yml +++ b/.github/workflows/lint-js.yml @@ -15,8 +15,8 @@ on: workflow_dispatch: pull_request: # Once daily at 00:00 UTC. - schedule: - - cron: '0 0 * * *' + # schedule: + # - cron: '0 0 * * *' concurrency: group: ${{ github.workflow }}-${{ 'pull_request' == github.event_name && github.head_ref || github.sha }}