Skip to content

Commit

Permalink
enable auto-update per 00.00 UTC
Browse files Browse the repository at this point in the history
  • Loading branch information
ceroberoz committed Aug 22, 2024
1 parent 244180d commit 34fb7ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scrape.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: id-jobs-update
on:
push:
branches:
- main
- master
pull_request_target:

schedule:
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.MEONG }}

- name: Upload CSV files as artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: scraped-data
path: public/*.csv

0 comments on commit 34fb7ff

Please sign in to comment.