Test every commit in main branch (#2781)

This commit is contained in:
Cheng
2025-11-18 08:07:22 +09:00
committed by GitHub
parent ecc4879b07
commit 698559c231
+1 -1
View File
@@ -7,7 +7,7 @@ permissions:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
cancel-in-progress: ${{ github.ref != 'refs/head/main' }}
jobs:
check_lint: