From a973be6f67fad0277f5e4d7e18087801516e03ac Mon Sep 17 00:00:00 2001 From: Arnaud Brousseau Date: Tue, 13 Feb 2024 08:54:50 -0600 Subject: [PATCH] Break the workflow syntax --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e1907cc..08a9d49 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,8 +7,8 @@ on: branches: [ main ] jobs: - - build: + # WHOOOPS dropped the colon here. + build runs-on: ubuntu-latest steps: - name: Run