diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 950b8e2bc0..193285bb8c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -106,7 +106,6 @@ jobs: name: test-examples (${{ matrix.lang }}) runs-on: ubuntu-latest needs: - - test - lint - staticcheck steps: @@ -143,6 +142,8 @@ jobs: unblock-pr: name: unblock-pr runs-on: ubuntu-latest - needs: test-examples + needs: + - test-examples + - test steps: - run: "true"