Skip to content

Commit

Permalink
Skip workflow in forks (#32575)
Browse files Browse the repository at this point in the history
Don't run the merge-live workflow in forks.
  • Loading branch information
martincostello committed May 17, 2024
1 parent 2d89d8a commit 9b2f0d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/merge-live.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ concurrency:
jobs:
default:
runs-on: ubuntu-latest
if: github.event.repository.fork == false
steps:
- uses: actions/checkout@v2
- run: |
Expand Down

0 comments on commit 9b2f0d3

Please sign in to comment.