Skip to content

Commit 760b300

Browse files
committed
Added a name to the workflows.
1 parent 3da35d7 commit 760b300

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/daily.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ on:
22
schedule:
33
- cron: 0 6 * * *
44

5+
name: daily
56
jobs:
67
build_linux:
78
name: 'Linux Q${{matrix.quantum}}-x64 (${{matrix.modules}}) hdri: ${{matrix.hdri}}'
@@ -151,4 +152,4 @@ jobs:
151152
cd %RUNNER_WORKSPACE%\ImageMagick-Windows\VisualMagick
152153
dir /B *.sln > solution
153154
set /p solution=<solution
154-
msbuild %solution% /m /t:Rebuild /p:Configuration=Release,Platform=${{matrix.platform}}
155+
msbuild %solution% /m /t:Rebuild /p:Configuration=Release,Platform=${{matrix.platform}}

.github/workflows/master.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
branches:
77
- master
88

9+
name: master
910
jobs:
1011
build_linux:
1112
name: Build Linux

0 commit comments

Comments
 (0)