diff --git a/.github/workflows/update.yaml b/.github/workflows/update.yaml index 6890199958..d8278fc703 100644 --- a/.github/workflows/update.yaml +++ b/.github/workflows/update.yaml @@ -1,9 +1,9 @@ name: update on: - # push: + push: workflow_dispatch: schedule: - # - cron: "0 6,12 * * *" + - cron: "0 6,12 * * *" jobs: build: runs-on: ubuntu-20.04