Skip to content

Commit

Permalink
test old data image
Browse files Browse the repository at this point in the history
  • Loading branch information
KKulma committed Oct 4, 2023
1 parent 1b4d031 commit d6152e4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/schedule.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: update data

on:
schedule:
- cron: '0 6 * * *'
on: push
# schedule:
# - cron: '0 6 * * *'
jobs:
update_data:
runs-on: ubuntu-latest
container:
image: kasiatemp/carbon-intensity-data:latest
image: kasiatemp/ng-update:daily
steps:
- name: Checkout repo
uses: actions/checkout@v2
Expand Down

0 comments on commit d6152e4

Please sign in to comment.