Skip to content

Commit

Permalink
echo test
Browse files Browse the repository at this point in the history
  • Loading branch information
loloicci committed Feb 19, 2024
1 parent 6aa1520 commit 7d1e8df
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/builds_and_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,12 @@ 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.name }} .

test_internal_shared_lib_on_auto_build_pr:
if: ${{ github.event.pull_request.user.name == 'loloicci' }}
runs-on: ubuntu-latest
Expand Down

0 comments on commit 7d1e8df

Please sign in to comment.