Skip to content

Commit

Permalink
[gha][lbt] fix typo in trigger condition
Browse files Browse the repository at this point in the history
  • Loading branch information
sausagee authored and bors-libra committed Mar 11, 2021
1 parent 3ba3da6 commit 4ea4f19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/land-blocking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- name: Check kill switch
id: check_ks
run: |
if ${{ secrets.KILL_SWITCH_LAND_BLOCKING_TEST }} || ! .github/workflow/should_run_lbt.sh ; then
if ${{ secrets.KILL_SWITCH_LAND_BLOCKING_TEST }} || ! .github/workflows/should_run_lbt.sh ; then
echo "::set-output name=should_run::false";
else
echo "::set-output name=should_run::true";
Expand Down

0 comments on commit 4ea4f19

Please sign in to comment.