Browse Source

try something out to get builds back to job-list

Kim Kulling 5 years ago
parent
commit
8085e7555e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/ccpp.yml

+ 1 - 1
.github/workflows/ccpp.yml

@@ -7,7 +7,7 @@ on:
     branches: [ master ]
 
 jobs:
-  builds:
+  job:
     name: ${{ matrix.os }}-${{ matrix.cxx }}-build-and-test
     runs-on: ${{ matrix.os }}
     strategy: