Fix typo: refs/head/main => refs/heads/main (#2818)

This commit is contained in:
Cheng
2025-11-22 09:43:35 +09:00
committed by GitHub
parent 4a09264236
commit d5f61a93fa
+1 -1
View File
@@ -13,7 +13,7 @@ permissions:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/head/main' }}
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
jobs:
check_lint: