From 26eed77de0d86a017257426f651f65b6aebf8904 Mon Sep 17 00:00:00 2001 From: mrg Date: Mon, 1 Mar 2021 10:20:48 -0800 Subject: [PATCH] Update workflow syntax --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2cd6b6fe..b9447b17 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: name: scn4me_subm Archives path: ${{ github.workspace }}/scn4me_subm/*/ freepdk45: - needs: [coverage_cleaup] + needs: [coverage_cleanup] runs-on: self-hosted steps: - name: Check out repository