Skip to content

Commit

Permalink
fix name for auto-microsoft branch start names (#3024)
Browse files Browse the repository at this point in the history
  • Loading branch information
iscai-msft authored Jan 21, 2025
1 parent 72488cf commit 6f6f132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/consistency.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- run: pnpm change verify
name: Check changelog
if: ${{ !startsWith(github.head_ref, 'publish/') && !startsWith(github.head_ref, 'dependabot/') && !startsWith(github.head_ref, 'backmerge/') && !startsWith(github.head_ref, 'auto-microsoft-update/') }}
if: ${{ !startsWith(github.head_ref, 'publish/') && !startsWith(github.head_ref, 'dependabot/') && !startsWith(github.head_ref, 'backmerge/') && !startsWith(github.head_ref, 'auto-microsoft-') }}

- run: pnpm check-version-mismatch
name: Check version mismatch
Expand Down

0 comments on commit 6f6f132

Please sign in to comment.