diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7744853..ab4e10e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -34,6 +34,7 @@ jobs: test: name: Test runs-on: ubuntu-latest + if: ${{ github.event_name != 'push' || github.event.head_commit.message != 'Update package version' }} steps: - name: Checkout code diff --git a/changelog.d/208.fixed b/changelog.d/208.fixed new file mode 100644 index 0000000..0aa5e82 --- /dev/null +++ b/changelog.d/208.fixed @@ -0,0 +1 @@ +Skip the deploy and integration-test pipeline for automated package version update commits. diff --git a/uv.lock b/uv.lock index 4608976..e0ca21d 100644 --- a/uv.lock +++ b/uv.lock @@ -1849,7 +1849,7 @@ wheels = [ [[package]] name = "policyengine-api-v2" -version = "0.3.1" +version = "0.5.0" source = { editable = "." } dependencies = [ { name = "alembic" },