diff --git a/.github/workflows/update-badge.yml b/.github/workflows/update-badge.yml index c2ee700..bca1342 100644 --- a/.github/workflows/update-badge.yml +++ b/.github/workflows/update-badge.yml @@ -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: