Skip to content

Commit

Permalink
Move to reusable workflow files to workflows/
Browse files Browse the repository at this point in the history
  • Loading branch information
joshlafleur-zip committed Mar 9, 2025
1 parent ee27ce1 commit 626022d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions .github/workflows/standard_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,22 @@ on:
jobs:
cfr24:
runs-on: self-hosted
uses: github/workflows/reusable/build.yml@master
uses: github/workflows/build.yml@master
with:
build-targets: cfr24
flags: -j32 --flashable-bootloader --package
build-type: platform
cfr25:
runs-on: self-hosted
uses: .github/workflows/reusable/build.yml@master
uses: .github/workflows/build.yml@master
with:
build-targets: cfr25
flags: -j32 --flashable-bootloader --package
build-type: platform
updaters:
runs-on: self-hosted
needs: [ cfr24, cfr25 ]
uses: .github/workflows/reusable/build.yml@master
uses: .github/workflows/build.yml@master
with:
build-targets: bl:1000,1001,1002,1003,1004,1005,1010,1011,1030,1031,1032
flags: -j32 --flashable-bootloader --package
Expand Down

0 comments on commit 626022d

Please sign in to comment.