Skip to content

Commit

Permalink
asdlas
Browse files Browse the repository at this point in the history
  • Loading branch information
SoloJacobs committed Oct 12, 2023
1 parent d158b11 commit c304a1d
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/build_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,20 @@ name: "Build All"
on:
push:
paths:
- .github/workflows/build_all.yml
- .github/workflows/build_all.yml
pull_request:
paths:
- .github/workflows/build_all.yml
- .github/workflows/build_all.yml

jobs:
# build_robotmk:
# uses: SoloJacobs/test_ci/.github/workflows/robotmk.yml@main
# build_rcc:
# uses: SoloJacobs/test_ci/.github/workflows/rcc.yml@main
build_test:
- name: "Create LICENSE"
uses: SoloJacobs/test_ci/.github/workflows/test.yml@main
uses: SoloJacobs/test_ci/.github/workflows/test.yml@main

- name: 'Download Artifact'
uses: actions/download-artifact@v3
with:
name: my-artifact
download_artefact:
uses: actions/download-artifact@v3
with:
name: my-artifact

0 comments on commit c304a1d

Please sign in to comment.