diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 54de8d7..d259149 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,8 +21,8 @@ concurrency: jobs: test: runs-on: ${{ matrix.config.os }} - fail-fast: false strategy: + fail-fast: false matrix: # Note: GitHub does not host Alpine runners, so we skip testing there for now. config: ${{ (github.event_name == 'pull_request' && github.event.pull_request.user.login == 'dependabot[bot]') @@ -149,4 +149,4 @@ jobs: - name: Decide whether the needed jobs succeeded or failed uses: re-actors/alls-green@05ac9388f0aebcb5727afa17fcccfecd6f8ec5fe # release/v1 with: - jobs: ${{ toJSON(needs) }} \ No newline at end of file + jobs: ${{ toJSON(needs) }}