Skip to content

Commit

Permalink
Stop creating release PR in forked repos (#6333)
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous committed Sep 8, 2022
1 parent 4f59219 commit 1d9f688
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/releasing.yml
Expand Up @@ -14,6 +14,7 @@ concurrency: ${{ github.workflow }}-${{ github.ref }}

jobs:
release:
if: github.repository == 'stylelint/stylelint' # Workaround. See https://github.com/changesets/action/issues/4
name: Release
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 1d9f688

Please sign in to comment.