Skip to content

Commit

Permalink
Add schedule to GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sdelquin committed Mar 31, 2021
1 parent 0db7967 commit a56498d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Python application
on:
push:
branches: [main]
schedule:
- cron: "0 9 * * 1"
jobs:
eurostat-scraping:
name: Scrap EUROSTAT datasets for sie-mac.org
name: Scrap Eurostat datasets for sie-mac.org
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit a56498d

Please sign in to comment.