Skip to content

Commit

Permalink
Merge pull request #59 from zivy/updateCIConfig
Browse files Browse the repository at this point in the history
Update ci config
  • Loading branch information
zivy authored Aug 19, 2024
2 parents 163466a + e6023e7 commit 0be4f32
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
day: "sunday"
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ on:
pull_request:
branches:
- main
workflow_dispatch:
# enable manual triggering
schedule:
# run testing on the first of each month 5am ET / 9am UTC
- cron: '0 9 1 * *'

jobs:
R-build:
Expand Down

0 comments on commit 0be4f32

Please sign in to comment.