Skip to content

Commit

Permalink
force test dry run
Browse files Browse the repository at this point in the history
  • Loading branch information
qzhuyan committed Sep 19, 2024
1 parent c591610 commit 5bd89b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: actions/checkout@v4

- name: Fake Build ${{ matrix.otp }}
if: ${{ inputs.dryrun }}
if: ${{ ! inputs.dryrun }}
env:
otp_vsn: ${{ matrix.otp }}
os: ${{ matrix.os }}
Expand All @@ -42,7 +42,7 @@ jobs:
tar czvf "${type}-${otp_vsn}-${os}.tar.gz" -C $HOME .kerl
- name: Build ${{ matrix.otp }}
if: ${{ ! inputs.dryrun }}
if: ${{ inputs.dryrun }}
env:
otp_vsn: ${{ matrix.otp }}
os: ${{ matrix.os }}
Expand Down

0 comments on commit 5bd89b6

Please sign in to comment.