Skip to content

Commit 566024b

Browse files
authored
Merge pull request #119 from objectstack-ai/copilot/fix-release-version-issues
2 parents d2fa89e + 77e4e11 commit 566024b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
name: Release
1818
runs-on: ubuntu-latest
1919
timeout-minutes: 10
20+
# Skip if the commit is from github-actions bot to prevent duplicate runs
21+
if: github.actor != 'github-actions[bot]' && !contains(github.event.head_commit.message, 'Version Packages')
2022
steps:
2123
- name: Checkout Repo
2224
uses: actions/checkout@v3

0 commit comments

Comments
 (0)