Skip to content

Commit 1fe0790

Browse files
author
ansible-repo-updater[bot]
committed
chore: sync from template v1.0.2
1 parent 93a7925 commit 1fe0790

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ name: Release
99
jobs:
1010
release:
1111
name: "Release"
12+
if: ${{ !startsWith(github.event.head_commit.message, 'chore(release):') }}
1213
runs-on: ubuntu-latest
1314
permissions:
1415
contents: write
@@ -18,7 +19,7 @@ jobs:
1819
cancel-in-progress: false
1920
steps:
2021
- name: Checkout
21-
uses: actions/checkout@v5
22+
uses: actions/checkout@v6
2223
with:
2324
fetch-depth: 0
2425
token: ${{ secrets.SEMANTIC_RELEASE_TOKEN || secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)