Skip to content

Commit

Permalink
No need for ==
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Dec 25, 2024
1 parent 45e348b commit 1ec5af9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
otp_version: "27.0"
build_docs: build_docs
run_job: true
if: ${{ matrix.run_job == 'true' }}
if: ${{ matrix.run_job }}
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 1ec5af9

Please sign in to comment.