From 183b95da1ebfa0877c5e7b40ecbf62431fc39a40 Mon Sep 17 00:00:00 2001 From: Paulo Gomes da Cruz Junior Date: Tue, 30 Jan 2024 17:26:08 -0800 Subject: [PATCH] fix: fixing some of the workflows --- .github/workflows/pr-open.yml | 2 +- .github/workflows/scheduled.yml | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pr-open.yml b/.github/workflows/pr-open.yml index 558f72ac..5b4019ba 100644 --- a/.github/workflows/pr-open.yml +++ b/.github/workflows/pr-open.yml @@ -1,7 +1,7 @@ name: Pull Request Open on: - # pull_request: + pull_request: workflow_dispatch: env: diff --git a/.github/workflows/scheduled.yml b/.github/workflows/scheduled.yml index 81321468..8daa25ad 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 }}