diff options
Diffstat (limited to '.github/workflows/tests.yml')
-rw-r--r-- | .github/workflows/tests.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 56f3e46465..5355bfa208 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -358,6 +358,8 @@ jobs: if: "${{ !failure() && !cancelled() && (github.ref == 'refs/heads/develop') }}" needs: linting-done runs-on: ubuntu-latest + + name: "Complement Workers (develop only)" steps: # The path is set via a file given by $GITHUB_PATH. We need both Go 1.17 and GOPATH on the path to run Complement. |