Skip to content

Commit

Permalink
rename workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
KKulma committed Mar 23, 2021
1 parent c385ccf commit 885c0c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Deploy to shinyapps.io

on: push
jobs:
run_container:
re-deploy:
runs-on: ubuntu-latest
container:
image: kasiatemp/ng-update:shiny
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
schedule:
- cron: '0 6 * * *'
jobs:
run_container:
update_data:
runs-on: ubuntu-latest
container:
image: kasiatemp/ng-update:daily
Expand Down

0 comments on commit 885c0c4

Please sign in to comment.