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 1, 2024
1 parent 737f969 commit 86358e6
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.runtime == true
if: inputs == null || inputs.runtime == true
permissions:
contents: write
strategy:
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
build-node:
runs-on: ${{ matrix.platform.os }}
if: inputs.node == true
if: inputs == null || inputs.node == true
permissions:
contents: write
strategy:
Expand Down

0 comments on commit 86358e6

Please sign in to comment.