Skip to content

Commit

Permalink
fix: ignore beta and alpha builds failures
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanChepurnyi committed Jan 7, 2025
1 parent 0fe4845 commit aafc109
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/docker-images.yml
Original file line number Diff line number Diff line change
@@ -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 * * *'
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit aafc109

Please sign in to comment.