Skip to content

Commit

Permalink
run coverage workflow manually and scheduled
Browse files Browse the repository at this point in the history
  • Loading branch information
evaham1 committed Oct 15, 2024
1 parent 9681dd0 commit 4750148
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
# Workflow derived from https://github.com/r-lib/actions/tree/v2/examples
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
push:
branches: [main, master]
pull_request:
branches: [main, master]
workflow_dispatch: # Allow manual triggers
schedule:
- cron: '0 8 * * 4'

name: test-coverage.yaml
name: Coverage testing

permissions: read-all

Expand Down

0 comments on commit 4750148

Please sign in to comment.