Skip to content

Commit

Permalink
Update lint-js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kimcoleman authored Dec 4, 2023
1 parent 71e0f90 commit 335f59f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflow-templates/lint-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 335f59f

Please sign in to comment.