diff options
author | selsta <selsta@sent.at> | 2020-12-10 04:12:19 +0100 |
---|---|---|
committer | selsta <selsta@sent.at> | 2020-12-10 04:12:19 +0100 |
commit | ed884c20d3e32e65e055bf4f4bcf1018618eb88e (patch) | |
tree | 5638751974e4128fddd4801a82c8facf4468bc9a /.github | |
parent | Merge pull request #7072 (diff) | |
download | monero-ed884c20d3e32e65e055bf4f4bcf1018618eb88e.tar.xz |
workflows: shorten name
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 806c8a0fc..b21c53401 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,4 +1,4 @@ -name: continuous-integration/gh-actions/cli +name: ci/gh-actions/cli on: [push, pull_request] |