Skip to content

Commit

Permalink
Rename jobs.
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottTodd committed Jul 16, 2024
1 parent 2485297 commit b2ac4bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_test_runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ permissions:

jobs:
build_test_runtime:
name: "build_test_runtime :: ${{ inputs.job_name }}"
# name: "build_test_runtime :: ${{ inputs.job_name }}"
runs-on: ${{ fromJson(inputs.runner-labels) }}
if: ${{ inputs.job-enabled }}
defaults:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ jobs:

build_test_runtime:
needs: setup
name: "build_test_runtime :: ${{ matrix.name }}"
name: "build_test_runtime"
if: contains(fromJson(needs.setup.outputs.enabled-jobs), 'build_test_runtime')
strategy:
fail-fast: false
Expand Down

0 comments on commit b2ac4bd

Please sign in to comment.