We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3da35d7 commit 760b300Copy full SHA for 760b300
2 files changed
.github/workflows/daily.yml
@@ -2,6 +2,7 @@ on:
2
schedule:
3
- cron: 0 6 * * *
4
5
+name: daily
6
jobs:
7
build_linux:
8
name: 'Linux Q${{matrix.quantum}}-x64 (${{matrix.modules}}) hdri: ${{matrix.hdri}}'
@@ -151,4 +152,4 @@ jobs:
151
152
cd %RUNNER_WORKSPACE%\ImageMagick-Windows\VisualMagick
153
dir /B *.sln > solution
154
set /p solution=<solution
- 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
@@ -6,6 +6,7 @@ on:
branches:
- master
9
+name: master
10
11
12
name: Build Linux
0 commit comments