mirror of
https://github.com/certctl-io/certctl.git
synced 2026-08-26 11:31:24 +02:00
fix: prevent badge workflow from triggering itself
Skip badge update when commit message contains [skip ci], preventing the workflow's own commits from re-triggering the workflow. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
1
.github/workflows/update-badge.yml
vendored
1
.github/workflows/update-badge.yml
vendored
@@ -10,6 +10,7 @@ jobs:
|
||||
update-badge:
|
||||
name: Update Claude Code Badge
|
||||
runs-on: ubuntu-latest
|
||||
if: "!contains(github.event.head_commit.message, '[skip ci]')"
|
||||
permissions:
|
||||
contents: write
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user