Skip to content

Commit

Permalink
ci: fix the trigger to test internal shared lib
Browse files Browse the repository at this point in the history
  • Loading branch information
loloicci committed Feb 19, 2024
1 parent 4d02515 commit 96618e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/builds_and_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
run: ./devtools/check_shellscript_lint.sh

test_internal_shared_lib_on_auto_build_pr:
if: ${{ github.event.pusher.name == 'finschia-auto-pr[bot]' }}
if: ${{ github.event.pull_request.user.login == 'finschia-auto-pr[bot]' }}
runs-on: ubuntu-latest
env:
GORACE: "halt_on_error=1"
Expand Down

0 comments on commit 96618e4

Please sign in to comment.