Skip to content

Commit

Permalink
ci(linux): fix workflow [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
daiyam committed Feb 25, 2024
1 parent 3d7a4ca commit 333d381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stable-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
env:
PULL_REQUEST_ID: ${{ github.event.inputs.checkout_pr }}
run: ./get_repo.sh
if: needs.check.outputs.SHOULD_BUif: env.SHOULD_BUILD == 'yes'
if: env.SHOULD_BUILD == 'yes'

- name: Build
env:
Expand Down

0 comments on commit 333d381

Please sign in to comment.