Skip to content

Commit

Permalink
Updtae workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
uweseimet committed Dec 6, 2023
1 parent 85b2261 commit f4103fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ on:

jobs:
fullspec:
uses: uweseimet/scsi2pi/.github/workflows/build_and_test.yml@main
uses: ./.github/workflows/build_and_test.yml
with:
board: "FULLSPEC"

standard:
uses: uweseimet/scsi2pi/.github/workflows/build_amd64.yml@main
uses: ./.github/workflows/build_amd64.yml
with:
board: "STANDARD"

0 comments on commit f4103fc

Please sign in to comment.