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 }}