mirror of
https://github.com/geode-sdk/geode.git
synced 2025-03-23 03:15:58 -04:00
prepend workflow name to job name
because the discord embeds are too stupid to show workflow names and its annoying....
This commit is contained in:
parent
6cdad4c8cc
commit
44b32fdfee
2 changed files with 2 additions and 2 deletions
.github/workflows
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -44,7 +44,7 @@ jobs:
|
|||
package_cmd: './installer/mac/package.sh ./bin/nightly ./installer/mac/geode-installer-mac.pkg'
|
||||
installer_path: './installer/mac/geode-installer-mac.pkg'
|
||||
|
||||
name: ${{ matrix.config.name }}
|
||||
name: Build ${{ matrix.config.name }}
|
||||
runs-on: ${{ matrix.config.os }}
|
||||
|
||||
steps:
|
||||
|
|
2
.github/workflows/test-offsets.yml
vendored
2
.github/workflows/test-offsets.yml
vendored
|
@ -25,7 +25,7 @@ jobs:
|
|||
prefixes: PATH="/usr/local/opt/ccache/libexec:$PATH"
|
||||
extra_flags: -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_BUILD_TYPE=Debug -DGEODE_DEBUG=On
|
||||
|
||||
name: ${{ matrix.config.name }}
|
||||
name: Test Offsets ${{ matrix.config.name }}
|
||||
runs-on: ${{ matrix.config.os }}
|
||||
|
||||
steps:
|
||||
|
|
Loading…
Reference in a new issue