Skip to content

Commit

Permalink
Ensure nightly coverage runs on schedule only
Browse files Browse the repository at this point in the history
  • Loading branch information
karthiknadig committed Mar 25, 2021
1 parent 18933df commit f356418
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/nightly-coverage.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
name: Coverage

on:
pull_request:
push:
branches-ignore:
- main
- release*
schedule:
# Run daily at midnight
- cron: '0 0 * * *'
# Run daily at 2:00 AM
- cron: '0 2 * * *'

env:
NODE_VERSION: 12.15.0
Expand Down

0 comments on commit f356418

Please sign in to comment.