Skip to content

Commit 2f2dc35

Browse files
author
rkrispin
committed
update the workflow - testing main
1 parent 90a1db9 commit 2f2dc35

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/workflows/data_refresh.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,16 @@ jobs:
4040
ref: 'master'
4141
- name: Refresh the data
4242
run: bash ./data_raw/data_refresh.sh "master"
43+
jobs:
44+
data_refresh_main:
45+
name: coronavirus dataset refresh main
46+
runs-on: ubuntu-18.04
47+
container:
48+
image: rkrispin/coronavirus:dev.0.3.34
49+
steps:
50+
- name: checkout_repo
51+
uses: actions/checkout@v2
52+
with:
53+
ref: 'main'
54+
- name: Refresh the data
55+
run: bash ./data_raw/data_refresh.sh "main"

0 commit comments

Comments
 (0)