From 82e4009a0a2898e3ebf417e16ade0d272f60e2a9 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Thu, 17 Apr 2025 00:21:28 +0000 Subject: [PATCH] fix: remove typo that prevented GH Actions from picking up job --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index edfd0f91..159e8c97 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -21,7 +21,7 @@ jobs: - name: Remove build file artifact run: rm ./contributors test-terraform: - runs-on: ubuntu-latest/ + runs-on: ubuntu-latest steps: - name: Check out code uses: actions/checkout@v4