Skip to content

Commit

Permalink
Update license-header-check.yml format
Browse files Browse the repository at this point in the history
  • Loading branch information
YanxuanLiu authored Nov 21, 2024
1 parent 5138a78 commit 67f3306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/license-header-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:
jobs:
license-header-check:
runs-on: ubuntu-latest
if: "!startsWith(${{github.event.pull_request.title}}, '[submodule-sync]')"
if: "!startsWith(${{ github.event.pull_request.title }}, '[submodule-sync]')"
steps:
- name: Get checkout depth
run: |
Expand Down

0 comments on commit 67f3306

Please sign in to comment.