From ff0619c60637e3e6fb398979ace08d5461b45451 Mon Sep 17 00:00:00 2001 From: Derek Roberts Date: Wed, 4 Oct 2023 16:44:28 -0700 Subject: [PATCH] Test --- .github/workflows/pentests.yml | 1 + .github/workflows/pr-open.yml | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pentests.yml b/.github/workflows/pentests.yml index 521ed7a61a..35458921c8 100644 --- a/.github/workflows/pentests.yml +++ b/.github/workflows/pentests.yml @@ -3,6 +3,7 @@ name: Penetration Tests on: schedule: [cron: "0 11 * * 6"] # 3 AM PST = 12 PM UDT, Saturdays workflow_dispatch: + pull_request: concurrency: group: ${{ github.workflow }}-${{ github.ref }} diff --git a/.github/workflows/pr-open.yml b/.github/workflows/pr-open.yml index 7fe5ad204e..a49874f65d 100644 --- a/.github/workflows/pr-open.yml +++ b/.github/workflows/pr-open.yml @@ -1,7 +1,8 @@ name: PR on: - pull_request: + # pull_request: + workflow_dispatch: concurrency: group: ${{ github.workflow }}-${{ github.ref }}