Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
mato533 committed Jun 19, 2023
1 parent d107997 commit 435044e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/auto-release.yaml
Original file line number Diff line number Diff line change
@@ -15,7 +15,9 @@ jobs:
prepare:
if: >-
github.event.pull_request.merged == true &&
${{ !contains(github.event.pull_request.comments, 'skip di') }}
( ${{ !contains(github.event.pull_request.title, 'skip di') }} &&
${{ !contains(github.event.pull_request.body, 'skip di') }}
)
runs-on: ubuntu-latest

0 comments on commit 435044e

Please sign in to comment.