diff --git a/.github/workflows/required-checks.yml b/.github/workflows/required-checks.yml index ff8dc301b8..4a50b02bc0 100644 --- a/.github/workflows/required-checks.yml +++ b/.github/workflows/required-checks.yml @@ -5,11 +5,7 @@ on: - main jobs: required-checks: - strategy: - matrix: - node: ["16.x"] - os: [ubuntu-latest] - runs-on: ${{ matrix.os }} + runs-on: ubuntu-latest steps: - name: Ensure All Conditional Checks Have Passed uses: blend/require-conditional-status-checks@2022.02.04