Skip to content

Commit

Permalink
+
Browse files Browse the repository at this point in the history
  • Loading branch information
Azathothas authored Jan 26, 2025
1 parent e27c325 commit 212ca96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/manual_test_builds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ jobs:
runner: ubuntu-24.04-arm
- host: ${{ inputs.host == 'ALL' || inputs.host == 'x86_64-Linux' }}
runner: ubuntu-latest
if: ${{ matrix.host }}
runs-on: ${{ matrix.runner }}
if: ${{ contains(matrix.host, true) }}
timeout-minutes: 90
permissions:
attestations: write
Expand Down

0 comments on commit 212ca96

Please sign in to comment.