Skip to content

Commit d5c2790

Browse files
committed
fix(build): commit SHA requirement
1 parent 5b63142 commit d5c2790

File tree

3 files changed

+70
-315
lines changed

3 files changed

+70
-315
lines changed

.github/workflows/argus-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ name: Build Verification
1111

1212
jobs:
1313
checks:
14-
uses: ./.github/workflows/build.yml
14+
uses: ./.github/workflows/build.yml@5b631423b2b4a90ee887956bf9f6a541edea234a
1515
with:
1616
crate-name: argus
1717
crate-path: boards/argus

.github/workflows/phoenix-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ name: Build Verification
1010

1111
jobs:
1212
checks:
13-
uses: ./.github/workflow/build.yml
13+
uses: ./.github/workflow/build.yml@5b631423b2b4a90ee887956bf9f6a541edea234a
1414
with:
1515
crate-name: phoenix
1616
crate-path: boards/phoenix

0 commit comments

Comments
 (0)