From 9ad2197fa7b1f9f0fd308b37cefc78061e95c04b Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Wed, 15 Jun 2022 16:11:42 +0100 Subject: [PATCH] Rename complement-developonly (#13046) --- .github/workflows/tests.yml | 2 ++ changelog.d/13046.misc | 1 + 2 files changed, 3 insertions(+) create mode 100644 changelog.d/13046.misc diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 56f3e4646..5355bfa20 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. diff --git a/changelog.d/13046.misc b/changelog.d/13046.misc new file mode 100644 index 000000000..1248c34d3 --- /dev/null +++ b/changelog.d/13046.misc @@ -0,0 +1 @@ +Rename CI test runs.