瀏覽代碼

ci(linux): fix workflow [skip ci]

Baptiste Augrain 1 年之前
父節點
當前提交
333d381b79
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/stable-linux.yml

+ 1 - 1
.github/workflows/stable-linux.yml

@@ -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: