Compare commits

...

1 Commits

Author SHA1 Message Date
Tom Moor 14094f6aa7 chore: Change lint rule to trigger on actor rather than branch name 2025-03-27 22:20:11 -04:00
+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