From 6e52ec9f3981b11d902110f442872dc2538beb6e Mon Sep 17 00:00:00 2001 From: satashi-labs Date: Sun, 7 Sep 2025 10:36:44 -0700 Subject: [PATCH] Update prober-public-good.yml --- .github/workflows/prober-public-good.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/prober-public-good.yml b/.github/workflows/prober-public-good.yml index f6a3008..ddb7680 100644 --- a/.github/workflows/prober-public-good.yml +++ b/.github/workflows/prober-public-good.yml @@ -4,11 +4,11 @@ on: workflow_dispatch: schedule: # run every 51 days, as often as Github Actions allows - - cron: '*/5 * * * *' + - cron: '*/5 * * * * ' jobs: prober: - if: github.repository_owner == 'actions' + if: github.repository_owner == 'ejaihlyriclastrange' permissions: attestations: write id-token: write