Skip to content

Commit

Permalink
Update arch.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lupyuen authored Oct 5, 2024
1 parent 203bff3 commit eec8754
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/arch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,21 @@ inputs:
description: "A username passed from the caller workflow" ####
required: true
type: string

outputs:
skip_build:
description: "Set to 1 if the build should be skipped"
value: ${{ steps.get-arch.outputs.skip_build }}

runs:
using: "composite"
steps:
- name: Get arch
id: get-arch
run: |
echo os=${{inputs.os}} ####
echo board=${{inputs.board}} ####
# Get the Labels for the PR: "Arch: risc-v \n Size: XS"
pr=${{github.event.pull_request.number}}
if [[ "$pr" == "" ]]; then
Expand Down

0 comments on commit eec8754

Please sign in to comment.