Skip to content

Commit

Permalink
ci(testpypi): add condition (#108)
Browse files Browse the repository at this point in the history
Prevent workflow from being triggered by dependabot
  • Loading branch information
bowentan committed Dec 2, 2022
1 parent 63ba577 commit e9d2e47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/testpypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ env:
IMAGE_NAME: ${{ github.repository }}

jobs:
if: ${{ github.actor != 'dependabot[bot]' }}
test-python-package-publish:
permissions:
contents: read
Expand Down

0 comments on commit e9d2e47

Please sign in to comment.