summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2023-08-12 20:39:25 -0400
committerDan Davison <dandavison7@gmail.com>2023-08-12 20:39:25 -0400
commitb134e704fc4f49ad2c0d2fc28121bee041261db8 (patch)
tree7d140cb4d664f0f5d09a311ac7ceecc2a0da3288
parent2a9afbe815fbbfe73459af1abac73cfa481f641a (diff)
Shorten workflow name
-rw-r--r--.github/workflows/ci.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index e257f893..c44aaef1 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -1,4 +1,4 @@
-name: Continuous Integration
+name: CI
on:
push:
@@ -7,7 +7,6 @@ on:
pull_request:
jobs:
-
unit_tests:
name: Unit tests
runs-on: ${{ matrix.job.os }}