Skip to content

Commit 3dac1a0

Browse files
committed
flip back
1 parent 408a0af commit 3dac1a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/prebuild.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: actions/checkout@v4
3232

3333
- name: Fake Build ${{ matrix.otp }}
34-
if: ${{ ! inputs.dryrun }}
34+
if: ${{ inputs.dryrun }}
3535
env:
3636
otp_vsn: ${{ matrix.otp }}
3737
os: ${{ matrix.os }}
@@ -42,7 +42,7 @@ jobs:
4242
tar czvf "${type}-${otp_vsn}-${os}.tar.gz" -C $HOME .kerl
4343
4444
- name: Build ${{ matrix.otp }}
45-
if: ${{ inputs.dryrun }}
45+
if: ${{ ! inputs.dryrun }}
4646
env:
4747
otp_vsn: ${{ matrix.otp }}
4848
os: ${{ matrix.os }}

0 commit comments

Comments
 (0)