diff --git a/.github/workflows/pentests.yml b/.github/workflows/pentests.yml index 8ba41c96a..521ed7a61 100644 --- a/.github/workflows/pentests.yml +++ b/.github/workflows/pentests.yml @@ -1,7 +1,6 @@ name: Penetration Tests on: - pull_request: schedule: [cron: "0 11 * * 6"] # 3 AM PST = 12 PM UDT, Saturdays workflow_dispatch: diff --git a/.github/workflows/pr-open.yml b/.github/workflows/pr-open.yml index b94b578a8..8ce9f1aeb 100644 --- a/.github/workflows/pr-open.yml +++ b/.github/workflows/pr-open.yml @@ -1,8 +1,7 @@ name: Pull Request on: - workflow_dispatch: - # pull_request: + pull_request: concurrency: group: ${{ github.workflow }}-${{ github.ref }}