We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8a2e81 commit ff5f909Copy full SHA for ff5f909
.github/workflows/release.yml
@@ -9,7 +9,7 @@ on:
9
jobs:
10
check:
11
runs-on: ubuntu-latest
12
- if: ${{ github.event.workflow_run.conclusion == 'success' }}
+ if: ${{ github.repository == 'pytest-dev/pytest-sqlalchemy' && github.event.workflow_run.conclusion == 'success' }}
13
outputs:
14
tag: ${{ steps.carthorse.outputs.tag }}
15
steps:
0 commit comments