Skip to content

Commit 24c5e4e

Browse files
author
Callin Mullaney
committed
ci: make dev readiness non-blocking
1 parent a9385a5 commit 24c5e4e

2 files changed

Lines changed: 8 additions & 39 deletions

File tree

.github/workflows/contributors.yml

Lines changed: 0 additions & 36 deletions
This file was deleted.

.github/workflows/theme-readiness.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,21 @@ concurrency:
1515

1616
jobs:
1717
theme-readiness:
18-
name: Theme Readiness (Drupal ${{ matrix.drupal-version }} / PHP ${{ matrix.php-version }})
18+
name: Theme Readiness (${{ matrix.label }} / PHP ${{ matrix.php-version }})
1919
runs-on: ubuntu-latest
20+
continue-on-error: ${{ matrix.experimental }}
2021
strategy:
2122
fail-fast: false
2223
matrix:
2324
include:
24-
- drupal-version: '11.3.*'
25+
- label: Drupal 11.3
26+
drupal-version: '11.3.*'
2527
php-version: '8.4'
26-
- drupal-version: 'dev-main'
28+
experimental: false
29+
- label: Drupal Dev Branch
30+
drupal-version: 'dev-main'
2731
php-version: '8.5'
32+
experimental: true
2833
steps:
2934
- name: Checkout
3035
uses: actions/checkout@v5

0 commit comments

Comments
 (0)