Skip to content

Commit

Permalink
Reorder actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dieghernan committed Jun 23, 2024
1 parent 7d187c1 commit 3b14933
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/check-examples.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Workflow derived from https://github.com/r-lib/actions/tree/master/examples
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
push:
branches: [main, master]
schedule:
- cron: '27 17 * * 1,5'
workflow_dispatch:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,7 @@ jobs:
name: coverage-test-failures
path: ${{ runner.temp }}/package

- name: R CMD Check examples
uses: r-lib/actions/check-r-package@v2


0 comments on commit 3b14933

Please sign in to comment.