diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index f75e5d7..84cbc4a 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -1,9 +1,5 @@ -on: - schedule: - - cron: '0 0 * * *' - jobs: - deploy: + build: runs-on: ubuntu-latest steps: - uses: actions/checkout@master