Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Álex Ruiz <[email protected]>
  • Loading branch information
AlexRuiz7 authored Mar 21, 2024
1 parent 544a2c5 commit 3eab584
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,15 @@ jobs:
build:
needs: [matrix]
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix: ${{ fromJson(needs.setup.outputs.matrix) }}
uses: ./.github/workflows/r_build.yml
with:
revision: ${{ github.event_name == 'push' && '0' || inputs.revision }}
upload: ${{ inputs.upload }}
is_release: ${{ inputs.is_release }}
distribution: ${{ matrix.distribution }}
architecture: ${{ matrix.architecture }}
steps:
- uses: ./.github/workflows/r_build.yml
with:
revision: ${{ github.event_name == 'push' && '0' || inputs.revision }}
upload: ${{ inputs.upload }}
is_release: ${{ inputs.is_release }}
distribution: ${{ matrix.distribution }}
architecture: ${{ matrix.architecture }}

0 comments on commit 3eab584

Please sign in to comment.