Skip to content

Commit

Permalink
fix cicd-ofas workflow
Browse files Browse the repository at this point in the history
Signed-off-by: ImpSy <[email protected]>
  • Loading branch information
ImpSy committed Oct 24, 2024
1 parent e763b91 commit 026a573
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/cicd-ofas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,18 +61,11 @@ jobs:
- name: Run unit tests
run: make unit-test

cd-dev-archi:
cd-dev:
needs: [ci]
runs-on: ubuntu-latest
environment: dev

strategy:
fail-fast: false
matrix:
platform:
- linux/amd64
- linux/arm64

steps:
- if: ${{ github.event_name != 'pull_request' }}
uses: actions/checkout@v4
Expand Down

0 comments on commit 026a573

Please sign in to comment.