Skip to content

Commit

Permalink
trigger url check workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bbartholdy committed May 1, 2024
1 parent 0d13098 commit 5709ddd
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/url_check.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,24 @@
on:
schedule:
- cron: "0 0 1 * *"
workflow_dispatch:
push:
branches: main
push:
branches: main

name: URL Checker

jobs:
build-deploy:
runs-on: ubuntu-latest
env:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Set up R
uses: r-lib/actions/setup-r@v2

#- name: Set up R dependencies
# uses: r-lib/actions/setup-r-dependencies@v2
- name: Set up R dependencies with renv
uses: r-lib/actions/setup-renv@v2

- name: Run R script
run: Rscript scripts/url_check.R

0 comments on commit 5709ddd

Please sign in to comment.