We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f183a5e commit c033124Copy full SHA for c033124
.github/workflows/release.yml
@@ -22,7 +22,7 @@ on:
22
23
jobs:
24
run-tests:
25
- if: "${{ github.event_name == 'workflow_dispatch' || && github.event.pull_request.merged == true }}"
+ if: "${{ github.event_name == 'workflow_dispatch' || github.event.pull_request.merged == true }}"
26
runs-on: ${{ matrix.os }}
27
env:
28
USING_COVERAGE: "3.10"
0 commit comments