diff options
author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2024-09-26 20:38:37 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-26 20:38:37 +0300 |
commit | 452e07489b95e8ba60bf585878f9c0ed8e13b5e3 (patch) | |
tree | 4e3096452d555474dec5e8fcd86fe76f56227511 /.github/workflows/build.yaml | |
parent | 15dad1387f43cb93f9822329c5e4c2061adb6ec2 (diff) |
Remove whitespace for pre-commit
Diffstat (limited to '.github/workflows/build.yaml')
-rw-r--r-- | .github/workflows/build.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 723295bfd7..9dbdf00f82 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -50,7 +50,7 @@ jobs: configuration: ${{ fromJSON(needs.setup.outputs.configurations) }} include: - runner: linux-large - continue-on-error: true + continue-on-error: true configuration: ReleaseOS runs-on: ${{ matrix.runner }} outputs: |