diff --git a/.github/workflows/builds_and_tests.yml b/.github/workflows/builds_and_tests.yml index 4561b1f1..27d51d5e 100644 --- a/.github/workflows/builds_and_tests.yml +++ b/.github/workflows/builds_and_tests.yml @@ -107,8 +107,14 @@ jobs: - name: Run shellcheck run: ./devtools/check_shellscript_lint.sh + echo_user_name: + runs-on: ubuntu-latest + steps: + - name: echo + run: echo opened by ${{ github.event.pull_request.user.login }} + test_internal_shared_lib_on_auto_build_pr: - if: ${{ github.event.pusher.name == 'finschia-auto-pr[bot]' }} + if: ${{ github.event.pull_request.user.login == 'loloicci' }} runs-on: ubuntu-latest env: GORACE: "halt_on_error=1"