Skip to content
Snippets Groups Projects
Unverified Commit 9ad2197f authored by Erik Johnston's avatar Erik Johnston Committed by GitHub
Browse files

Rename complement-developonly (#13046)

parent 212be2ed
No related branches found
No related tags found
No related merge requests found
...@@ -358,6 +358,8 @@ jobs: ...@@ -358,6 +358,8 @@ jobs:
if: "${{ !failure() && !cancelled() && (github.ref == 'refs/heads/develop') }}" if: "${{ !failure() && !cancelled() && (github.ref == 'refs/heads/develop') }}"
needs: linting-done needs: linting-done
runs-on: ubuntu-latest runs-on: ubuntu-latest
name: "Complement Workers (develop only)"
steps: 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. # 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.
......
Rename CI test runs.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment