diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index f5f8fd2..08da781 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -2,6 +2,7 @@ name: check # Controls when the workflow will run +# yamllint disable-line rule:truthy on: # Triggers the workflow on push or pull request events # but only for the "main" and "develop" branch @@ -9,6 +10,9 @@ on: branches: [main, develop] pull_request: branches: [main, develop] + # Triggers the workflow on 3am every day + schedule: + - cron: '0 3 * * *' # Allows you to run this workflow manually from the Actions tab workflow_dispatch: