diff --git a/.github/workflows/pr-open.yml b/.github/workflows/pr-open.yml index ef5116b..34628d0 100644 --- a/.github/workflows/pr-open.yml +++ b/.github/workflows/pr-open.yml @@ -1,8 +1,7 @@ name: Pull Request Open on: - # pull_request: - workflow_dispatch: + pull_request: env: REGISTRY: ghcr.io diff --git a/.github/workflows/scheduled.yml b/.github/workflows/scheduled.yml index 8132146..8daa25a 100644 --- a/.github/workflows/scheduled.yml +++ b/.github/workflows/scheduled.yml @@ -1,9 +1,8 @@ name: Scheduled on: - pull_request: - # schedule: [cron: "0 11 * * 6"] # 3 AM PST = 12 PM UDT, Saturdays - # workflow_dispatch: + schedule: [cron: "0 11 * * 6"] # 3 AM PST = 12 PM UDT, Saturdays + workflow_dispatch: concurrency: group: ${{ github.workflow }}-${{ github.ref }}