Skip to content

Commit

Permalink
WIP: Try using action directly
Browse files Browse the repository at this point in the history
  • Loading branch information
cortadocodes committed Oct 10, 2024
1 parent 79ed276 commit 24a3cc9
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/python-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,15 @@ on:
jobs:
check-semantic-version:
if: "!contains(github.event.head_commit.message, 'skipci')"
uses: octue/workflows/.github/workflows/check-semantic-version.yml@main
with:
path: pyproject.toml
breaking_change_indicated_by: minor
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: octue/check-semantic-version@1.0.4
with:
path: pyproject.toml
breaking_change_indicated_by: minor

run-tests:
if: "!contains(github.event.head_commit.message, 'skipci')"
Expand Down

0 comments on commit 24a3cc9

Please sign in to comment.