]> granicus.if.org Git - imagemagick/commitdiff
Added a name to the workflows.
authorDirk Lemstra <dirk@lemstra.org>
Fri, 9 Aug 2019 19:29:40 +0000 (21:29 +0200)
committerDirk Lemstra <dirk@lemstra.org>
Fri, 9 Aug 2019 19:29:40 +0000 (21:29 +0200)
.github/workflows/daily.yml
.github/workflows/master.yml

index 20c889fc5cdfcf603e2e73c520011c9847b97b85..66d1b90e9f63d09c5149e84ae45d5784bb05d9fb 100644 (file)
@@ -2,6 +2,7 @@ on:
   schedule:
   - cron: 0 6 * * *
 
+name: daily
 jobs:
   build_linux:
     name: 'Linux Q${{matrix.quantum}}-x64 (${{matrix.modules}}) hdri: ${{matrix.hdri}}'
@@ -151,4 +152,4 @@ jobs:
         cd %RUNNER_WORKSPACE%\ImageMagick-Windows\VisualMagick
         dir /B *.sln > solution
         set /p solution=<solution
-        msbuild %solution% /m /t:Rebuild /p:Configuration=Release,Platform=${{matrix.platform}}
\ No newline at end of file
+        msbuild %solution% /m /t:Rebuild /p:Configuration=Release,Platform=${{matrix.platform}}
index d42b986473016973e696e2b88c923db14e13d82f..253363d41b6f282dc726a794297c79bc2df5f2df 100644 (file)
@@ -6,6 +6,7 @@ on:
     branches:
     - master
 
+name: master
 jobs:
   build_linux:
     name: Build Linux