Skip to content

Commit

Permalink
Merge pull request #152 from concordia-fsae/user/jl/fix
Browse files Browse the repository at this point in the history
Fix wording
  • Loading branch information
JoshLafleur authored Mar 9, 2025
2 parents fee1b27 + 9bb32d0 commit d91d976
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reusable/build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Build and Archive

on:
workflow_dispatch:
workflow_call:
inputs:
build-targets:
required: true
Expand Down Expand Up @@ -37,7 +37,7 @@ jobs:
steps:
- name: Get Clean Branch
id: pull
uses: concordia-fsae/firmware/.github/workflows/reusable/clean_pull.yml@master
uses: ./.github/workflows/reusable/clean_pull.yml@master
- name: Build Targets
id: build
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable/clean_pull.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Clean Working dir, Pull Current Branch, and Retrive Branch Metadata

on:
workflow_dispatch:
workflow_call:
outputs:
sha:
description: "The current branch's SHA"
Expand Down

0 comments on commit d91d976

Please sign in to comment.