We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 748c244 commit df4258bCopy full SHA for df4258b
.github/workflows/build.yml
@@ -1,4 +1,5 @@
1
name: Build
2
+run-name: "${{ github.event_name == 'schedule' && 'Daily master build' || format('Release build for {0}', github.ref) }}"
3
4
permissions:
5
contents: write
0 commit comments