We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e21bca commit 72b0401Copy full SHA for 72b0401
.github/workflows/ci.yaml
@@ -31,14 +31,14 @@ jobs:
31
build-artifacts/zephyr/fprime-zephyr-deployment/dict/ReferenceDeploymentTopologyDictionary.json
32
integration:
33
runs-on: [self-hosted, integration]
34
- # needs: build
+ needs: build
35
steps:
36
- uses: actions/checkout@v4
37
- uses: actions/download-artifact@v5
38
- with:
39
- # name: artifacts
40
- github-token: ${{ secrets.GITHUB_TOKEN }}
41
- run-id: 18236298785
+ # with:
+ # # name: artifacts
+ # github-token: ${{ secrets.GITHUB_TOKEN }}
+ # run-id: 18236298785
42
- name: Trigger Bootloader
43
run: |
44
make fprime-venv
0 commit comments