Skip to content

Commit

Permalink
Disable openmage 20.1.x workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cmuench committed Aug 30, 2023
1 parent d809b87 commit 8cf85c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-openmage-20.1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ on: [push, pull_request]
jobs:
test-openmage-20-1-matrix:
name: OpenMage ${{ matrix.openmage_version }} / PHP ${{ matrix.php_version }} / MySQL ${{ matrix.mysql_version }}
# Job is currently disabled until we know why the build matrix fails but the local ddev setup no
if: false
runs-on: ubuntu-latest
# job can fail until we know why the build matrix fails but the local ddev setup no
continue-on-error: true
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 8cf85c6

Please sign in to comment.