Skip to content

Commit

Permalink
XXX: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
tstellar committed Apr 12, 2024
1 parent 1fd5fce commit 745c6e6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
prepare:
name: Prepare to build binaries
runs-on: ubuntu-22.04
if: github.repository == 'llvm/llvm-project'
outputs:
release-version: ${{ steps.vars.outputs.release-version }}
flags: ${{ steps.vars.outputs.flags }}
Expand Down Expand Up @@ -119,14 +118,14 @@ jobs:
build-binaries:
if: false
name: ${{ matrix.target.triple }}
permissions:
contents: write # To upload assets to release.
needs:
- prepare
- fill-cache
runs-on: ${{ matrix.target.runs-on }}
if: github.repository == 'llvm/llvm-project'
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 745c6e6

Please sign in to comment.