Skip to content

Commit

Permalink
Merge pull request #130 from Expensify/andrew-publish
Browse files Browse the repository at this point in the history
Tweaking code around to run one more test publish
  • Loading branch information
AndrewGable authored Oct 16, 2024
2 parents d52982e + fb8e72c commit 65cba0f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 65cba0f

Please sign in to comment.