Skip to content

Commit

Permalink
Merge pull request #155 from concordia-fsae/user/jl/fix
Browse files Browse the repository at this point in the history
Fix public workflows
  • Loading branch information
JoshLafleur authored Mar 9, 2025
2 parents 6d6201f + ac1606e commit f073ed7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ on:
type: string
build-type:
required: true
options:
- platform
- targets
type: string
outputs:
build-artifacts-link:
description: "The link to the github archive of the build artifacts"
Expand All @@ -37,7 +35,7 @@ jobs:
steps:
- name: Get Clean Branch
id: pull
uses: ./.github/workflows/clean_pull.yml@master
uses: concordia-fsae/firmware/.github/workflows/clean_pull.yml@master
- name: Build Targets
id: build
run: |
Expand Down

0 comments on commit f073ed7

Please sign in to comment.