Skip to content

Commit 1ec5af9

Browse files
committed
No need for ==
1 parent 45e348b commit 1ec5af9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
otp_version: "27.0"
7070
build_docs: build_docs
7171
run_job: true
72-
if: ${{ matrix.run_job == 'true' }}
72+
if: ${{ matrix.run_job }}
7373
runs-on: ubuntu-22.04
7474
steps:
7575
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)