From fb8e72cbde276dcaac100d73319394904886e76c Mon Sep 17 00:00:00 2001 From: Andrew Gable Date: Wed, 16 Oct 2024 11:43:27 -0600 Subject: [PATCH] Tweaking code around to run one more test publish --- .github/workflows/publish.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 11e512c..84b46e3 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -10,11 +10,9 @@ concurrency: ${{ github.workflow }} jobs: get_pull_request: - runs-on: ubuntu-latest - # os-botify[bot] will update the version on `main`, so this check is important to prevent an infinite loop if: ${{ github.actor != 'os-botify[bot]' }} - + runs-on: ubuntu-latest outputs: pull_request_number: ${{ steps.getMergedPullRequest.outputs.number }} steps: