Skip to content

Commit ff5f909

Browse files
committed
Only release from the canonical repository
1 parent e8a2e81 commit ff5f909

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
check:
1111
runs-on: ubuntu-latest
12-
if: ${{ github.event.workflow_run.conclusion == 'success' }}
12+
if: ${{ github.repository == 'pytest-dev/pytest-sqlalchemy' && github.event.workflow_run.conclusion == 'success' }}
1313
outputs:
1414
tag: ${{ steps.carthorse.outputs.tag }}
1515
steps:

0 commit comments

Comments
 (0)