diff --git a/.github/workflows/current.yml b/.github/workflows/current.yml index 3674a6d..7be693a 100644 --- a/.github/workflows/current.yml +++ b/.github/workflows/current.yml @@ -13,6 +13,9 @@ on: # Allows you to run this workflow manually from the Actions tab workflow_dispatch: + schedule: + - cron: "59 23 * * *" + # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: # This workflow contains a single job called "build"