mirror of
https://github.com/shankar0123/certctl.git
synced 2026-06-13 13:28:53 +00: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:
@@ -10,6 +10,7 @@ jobs:
|
|||||||
update-badge:
|
update-badge:
|
||||||
name: Update Claude Code Badge
|
name: Update Claude Code Badge
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: "!contains(github.event.head_commit.message, '[skip ci]')"
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user