Skip to content

Commit

Permalink
Attmept to fix dynamic build job name
Browse files Browse the repository at this point in the history
  • Loading branch information
roomrys committed Sep 4, 2024
1 parent d95c2b8 commit cfefd80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_conda_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ env:

jobs:
build:
name: ${{ github.event.inputs.RUN_BUILD_JOB == 'false' && 'Skip ' || '' }}Build package from push (${{ matrix.os }})
name: ${{ github.event.inputs.RUN_BUILD_JOB == 'false' ? 'Skip ' : '' }} Build package from push (${{ matrix.os }})
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand Down

0 comments on commit cfefd80

Please sign in to comment.