From 2eeddb37725d99623fadaaa687a0cae49c47815d Mon Sep 17 00:00:00 2001 From: Joey Grable Date: Mon, 9 Oct 2023 13:23:51 -0700 Subject: [PATCH] updated github action workflows --- .github/workflows/ci.yml | 2 ++ .github/workflows/codeql.yml | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) 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: