Skip to content

Commit

Permalink
Update actions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CPalmer3200 authored Oct 9, 2023
1 parent 8e204e9 commit 72eaa01
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: run daily_scrape

on:
workflow_dispatch:
schedule:
- cron: '30 12 * * *' # At 12:30 UTC every day

Expand Down Expand Up @@ -43,4 +44,4 @@ jobs:
uses: ad-m/github-push-action@v0.6.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: main
branch: main

0 comments on commit 72eaa01

Please sign in to comment.