Skip to content

Commit 20aeb68

Browse files
authored
Update build.yml
1 parent 90570a0 commit 20aeb68

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
runs-on: ubuntu-22.04
2828
# runs-on: self-hosted
2929
# container: debian:bullseye
30+
continue-on-error: true
3031
steps:
3132
- name: Checkout
3233
uses: actions/checkout@v3
@@ -90,7 +91,7 @@ jobs:
9091
if-no-files-found: error
9192
path: eclipse-leda-sbom-qemux86_64.tar.gz
9293
- uses: bacongobbler/azure-blob-storage-upload@v3.0.0
93-
if: always() && ${{ github.repository_owner == 'SoftwareDefinedVehicle' }}
94+
if: github.repository_owner == 'SoftwareDefinedVehicle'
9495
with:
9596
source_dir: 'build/sstate-cache/'
9697
extra_args: '--destination-path sstate-cache/'
@@ -104,6 +105,7 @@ jobs:
104105
runs-on: ubuntu-22.04
105106
# runs-on: self-hosted
106107
# container: debian:bullseye
108+
continue-on-error: true
107109
steps:
108110
- name: Checkout
109111
uses: actions/checkout@v3
@@ -167,7 +169,7 @@ jobs:
167169
if-no-files-found: error
168170
path: eclipse-leda-sbom-qemuarm64.tar.gz
169171
- uses: bacongobbler/azure-blob-storage-upload@v3.0.0
170-
if: always() && ${{ github.repository_owner == 'SoftwareDefinedVehicle' }}
172+
if: github.repository_owner == 'SoftwareDefinedVehicle'
171173
with:
172174
source_dir: 'build/sstate-cache/'
173175
extra_args: '--destination-path sstate-cache/'
@@ -181,6 +183,7 @@ jobs:
181183
needs: leda-qemuarm64
182184
# runs-on: self-hosted
183185
# container: debian:bullseye
186+
continue-on-error: true
184187
steps:
185188
- name: Checkout
186189
uses: actions/checkout@v3
@@ -238,7 +241,7 @@ jobs:
238241
if-no-files-found: error
239242
path: eclipse-leda-sbom-raspberrypi4-64.tar.gz
240243
- uses: bacongobbler/azure-blob-storage-upload@v3.0.0
241-
if: always() && ${{ github.repository_owner == 'SoftwareDefinedVehicle' }}
244+
if: github.repository_owner == 'SoftwareDefinedVehicle'
242245
with:
243246
source_dir: 'build/sstate-cache/'
244247
extra_args: '--destination-path sstate-cache/'

0 commit comments

Comments
 (0)