From aafc109665db735445de72efc55910df02dd6c06 Mon Sep 17 00:00:00 2001 From: Ivan Chepurnyi Date: Tue, 7 Jan 2025 14:05:59 +0100 Subject: [PATCH] fix: ignore beta and alpha builds failures --- .github/workflows/docker-images.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/docker-images.yml b/.github/workflows/docker-images.yml index d3a0aec..83bed66 100644 --- a/.github/workflows/docker-images.yml +++ b/.github/workflows/docker-images.yml @@ -1,8 +1,4 @@ name: Docker Build -# This workflow uses actions that are not certified by GitHub. -# They are provided by a third-party and are governed by -# separate terms of service, privacy policy, and support -# documentation. on: schedule: - cron: '27 7 * * *' @@ -57,6 +53,7 @@ jobs: build-container: runs-on: ubuntu-24.04 needs: [generate-matrix, build-magento] + continue-on-error: ${{ contains(matrix.artifact, 'beta') || contains(matrix.artifact, 'alpha') }} permissions: packages: write contents: read