Skip to content

Commit

Permalink
test for loloicci
Browse files Browse the repository at this point in the history
  • Loading branch information
loloicci committed Feb 19, 2024
1 parent 1147c94 commit 36c9872
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/builds_and_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.pull_request.user.name == 'finschia-auto-pr[bot]' }}
if: ${{ github.event.pull_request.user.login == 'loloicci' }}
runs-on: ubuntu-latest
env:
GORACE: "halt_on_error=1"
Expand Down

0 comments on commit 36c9872

Please sign in to comment.