diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 33520e85695..3b1c4baa6da 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -147,3 +147,7 @@ jobs: if: steps.cache-deps.outputs.cache-hit != 'true' - run: bash ./scripts/ci.sh + build: + runs-on: ubuntu-latest + steps: + - run: 'echo "No build required"' \ No newline at end of file