diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 362cf681..88ebff8a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,6 +5,8 @@ on: branches: [ "prod" ] pull_request: branches: [ "prod" ] + workflow_dispatch: + jobs: test: diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index fff8da2c..2a655f40 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -15,10 +15,10 @@ on: push: branches: [ "prod" ] pull_request: - # The branches below must be a subset of the branches above branches: [ "prod" ] + workflow_dispatch: schedule: - - cron: '19 7 * * 2' + - cron: '0 8 * * 2' jobs: analyze: