Skip to content

Commit 9c7dcba

Browse files
Fix: Allow codegen-sh[bot] to run tests by adding skip-check-users parameter
1 parent 7c1cca7 commit 9c7dcba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
require: write
2020
username: ${{ github.triggering_actor }}
2121
error-if-missing: true
22+
# Allow the codegen bot to run tests
23+
skip-check-users: codegen-sh[bot]
2224

2325
unit-tests:
2426
needs: access-check

0 commit comments

Comments
 (0)