Skip to content

Commit

Permalink
OPS: Only run semantic workflow on non-draft pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
cortadocodes committed Oct 29, 2024
1 parent 46e4d1d commit 03370cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/semantic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
check-semantic-version:
if: "!contains(github.event.head_commit.message, 'skipci')"
if: github.event.pull_request.draft == false
uses: octue/workflows/.github/workflows/check-semantic-version.yml@main
with:
path: pyproject.toml
Expand Down

0 comments on commit 03370cd

Please sign in to comment.