We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d2fa89e + 77e4e11 commit 566024bCopy full SHA for 566024b
.github/workflows/release.yml
@@ -17,6 +17,8 @@ jobs:
17
name: Release
18
runs-on: ubuntu-latest
19
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')
22
steps:
23
- name: Checkout Repo
24
uses: actions/checkout@v3
0 commit comments