Skip to content

Commit

Permalink
[DROP ME] CI: temporarily disable build job
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamOlech committed Oct 16, 2023
1 parent 9c0c9ee commit bcdb99f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
outputs:
matrix: ${{ steps.set-matrix.outputs.matrix }}

if: ${{ false }}

steps:
- uses: actions/checkout@v3
- name: Prepare Zephyr Enviroment
Expand Down Expand Up @@ -49,6 +51,8 @@ jobs:
strategy:
matrix: ${{ fromJSON(needs.Prepare-Workload.outputs.matrix) }}

if: ${{ false }}

steps:
- uses: actions/checkout@v3
- uses: actions/cache@v3
Expand Down

0 comments on commit bcdb99f

Please sign in to comment.