Skip to content

Commit

Permalink
Actions: I may be stupid.
Browse files Browse the repository at this point in the history
  • Loading branch information
cobalt2727 committed Dec 30, 2023
1 parent 63508ec commit a6e04c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
bookworm-32bit:
runs-on: ubuntu-latest
timeout-minutes: 720
if: ${{ inputs.bullseye_64 }}
if: ${{ inputs.bookworm_32 }}
steps:
- uses: actions/checkout@v3
- name: Test installing app on bookworm armhf
Expand All @@ -137,7 +137,7 @@ jobs:
bookworm-64bit:
runs-on: ubuntu-latest
timeout-minutes: 720
if: ${{ inputs.bullseye_64 }}
if: ${{ inputs.bookworm_64 }}
steps:
- uses: actions/checkout@v3
- name: Test installing app on bookworm arm64
Expand Down

0 comments on commit a6e04c1

Please sign in to comment.