Skip to content

Commit

Permalink
ci(runtime): update job conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
evilrobot-01 committed Aug 2, 2024
1 parent f6448f7 commit e123507
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ on:
jobs:
srtool:
runs-on: ubuntu-latest
if: inputs == '' || inputs.runtime == true
if: github.event_name != 'workflow_dispatch' && 'true' || inputs.runtime
permissions:
contents: write
strategy:
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
build-node:
runs-on: ${{ matrix.platform.os }}
if: inputs == '' || inputs.node == true
if: github.event_name != 'workflow_dispatch' && 'true' || inputs.node
permissions:
contents: write
strategy:
Expand Down

0 comments on commit e123507

Please sign in to comment.