From 6fbe8683979251c178496e133a2f00d4490bccdb Mon Sep 17 00:00:00 2001 From: Jay Jackson <72417807+TheBotlyNoob@users.noreply.github.com> Date: Fri, 14 May 2021 08:22:41 -0400 Subject: [PATCH] run only if the workflow is in `is-a.dev` --- .github/workflows/publish-records.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-records.yml b/.github/workflows/publish-records.yml index 998300242..b9c29c0c3 100644 --- a/.github/workflows/publish-records.yml +++ b/.github/workflows/publish-records.yml @@ -7,7 +7,7 @@ on: jobs: publish: - if: github.repository == 'TheBotlyNoob/register’ + if: github.repository == 'is-a-dev/register’ runs-on: ubuntu-latest steps: - uses: actions/checkout@v2