Skip to content

Commit c033124

Browse files
committed
OPS: Remove accidental extra operator from release workflow
1 parent f183a5e commit c033124

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ on:
2222

2323
jobs:
2424
run-tests:
25-
if: "${{ github.event_name == 'workflow_dispatch' || && github.event.pull_request.merged == true }}"
25+
if: "${{ github.event_name == 'workflow_dispatch' || github.event.pull_request.merged == true }}"
2626
runs-on: ${{ matrix.os }}
2727
env:
2828
USING_COVERAGE: "3.10"

0 commit comments

Comments
 (0)