chore: Change lint rule to trigger on actor rather than branch name (#8820)

This commit is contained in:
Tom Moor
2025-03-27 22:24:00 -04:00
committed by GitHub
parent 66fae19034
commit 60c0a53a1f
+1 -1
View File
@@ -6,7 +6,7 @@ on:
jobs:
run-linters:
if: startsWith(github.head_ref, 'codegen-')
if: startsWith(github.actor, 'codegen-sh')
name: Run linters
runs-on: ubuntu-latest