Skip to content

Commit feaf7ed

Browse files
authored
Merge pull request #209 from PolicyEngine/fix/skip-version-bump-deploy
Skip deploy pipeline for version-bump commits
2 parents c37b153 + d42c6e0 commit feaf7ed

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
test:
3535
name: Test
3636
runs-on: ubuntu-latest
37+
if: ${{ github.event_name != 'push' || github.event.head_commit.message != 'Update package version' }}
3738

3839
steps:
3940
- name: Checkout code

changelog.d/208.fixed

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Skip the deploy and integration-test pipeline for automated package version update commits.

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)