Skip to content

Commit

Permalink
Creating elabit based workflow II
Browse files Browse the repository at this point in the history
  • Loading branch information
SoloJacobs committed Nov 7, 2023
1 parent 913d011 commit e4f5c5a
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.yml@main
uses: elabit/robotmk/.github/workflows/robotmk.yaml@main
build_rcc:
uses: elabit/robotmk/.github/workflows/rcc.yml@main
uses: elabit/robotmk/.github/workflows/rcc.yaml@main
release:
runs-on: ubuntu-latest
needs: [build_rcc, build_robotmk]
Expand Down

0 comments on commit e4f5c5a

Please sign in to comment.