Skip to content

Commit

Permalink
Update stay-on.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bethac07 authored Oct 13, 2023
1 parent fe9d28b commit 8997451
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/stay-on.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
name: stay-on

on:
push:
branches:
- 'main'
schedule:
- cron: '15 16 * * *'

jobs:
stay-on:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: curl the site
run: |
curl https://coba-nih-2023-survey.streamlit.app

0 comments on commit 8997451

Please sign in to comment.