diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a222d18..b3d1cbf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,6 +10,8 @@ on: - main paths: - 'Source/**' + workflow_dispatch: # Allows you to run this workflow manually from the Actions tab + jobs: lint: runs-on: ubuntu-latest diff --git a/.github/workflows/continuous.yml b/.github/workflows/continuous.yml index ac33812..6079a19 100644 --- a/.github/workflows/continuous.yml +++ b/.github/workflows/continuous.yml @@ -1,7 +1,7 @@ name: continuous on: schedule: - - cron: '0 10 * * *' # Every day at 10:00 UTC + - cron: '0 11 * * *' # Every day at 11:00 UTC workflow_dispatch: # Allows you to run this workflow manually from the Actions tab jobs: