Skip to content

Commit aafc109

Browse files
committed
fix: ignore beta and alpha builds failures
1 parent 0fe4845 commit aafc109

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/docker-images.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
name: Docker Build
2-
# This workflow uses actions that are not certified by GitHub.
3-
# They are provided by a third-party and are governed by
4-
# separate terms of service, privacy policy, and support
5-
# documentation.
62
on:
73
schedule:
84
- cron: '27 7 * * *'
@@ -57,6 +53,7 @@ jobs:
5753
build-container:
5854
runs-on: ubuntu-24.04
5955
needs: [generate-matrix, build-magento]
56+
continue-on-error: ${{ contains(matrix.artifact, 'beta') || contains(matrix.artifact, 'alpha') }}
6057
permissions:
6158
packages: write
6259
contents: read

0 commit comments

Comments
 (0)