Skip to content

Commit

Permalink
Creating elabit based workflow III
Browse files Browse the repository at this point in the history
  • Loading branch information
SoloJacobs committed Nov 7, 2023
1 parent e4f5c5a commit 6e2e5c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ on:

jobs:
build_robotmk:
uses: elabit/robotmk/.github/workflows/robotmk.yaml@main
uses: elabit/robotmk/.github/workflows/robotmk.yaml@dev/sol/artifacts_II
build_rcc:
uses: elabit/robotmk/.github/workflows/rcc.yaml@main
uses: elabit/robotmk/.github/workflows/rcc.yaml@dev/sol/artifacts_II
release:
runs-on: ubuntu-latest
needs: [build_rcc, build_robotmk]
Expand Down

0 comments on commit 6e2e5c0

Please sign in to comment.