Skip to content

Commit 03cefb7

Browse files
authored
OCaaS only on fork
1 parent c0bfaac commit 03cefb7

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,10 @@ jobs:
2323
uses: ./.github/workflows/build.yml
2424
secrets: inherit
2525

26-
call-ocaas:
27-
name: OCaaS
28-
uses: ./.github/workflows/ocaas.yml
29-
secrets: inherit
30-
3126
upload-assets:
3227
name: Upload assets
3328
runs-on: ubuntu-22.04
34-
needs: [ call-build, call-ocaas ]
29+
needs: [ call-build ]
3530
steps:
3631
- name: Download qemux86_64 archive
3732
id: download
@@ -46,4 +41,3 @@ jobs:
4641
${{steps.download.outputs.download-path}}/eclipse-leda-qemu-x86_64.tar.xz/eclipse-leda-qemu-x86_64.tar.xz
4742
${{steps.download.outputs.download-path}}/eclipse-leda-qemu-arm64.tar.xz/eclipse-leda-qemu-arm64.tar.xz
4843
${{steps.download.outputs.download-path}}/eclipse-leda-raspberrypi.tar.xz/eclipse-leda-raspberrypi.tar.xz
49-
${{steps.download.outputs.download-path}}/oss-compliance-reports/scan-report-web-app.html

0 commit comments

Comments
 (0)