We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 228c9e7 + 9ed549c commit c6608b9Copy full SHA for c6608b9
2 files changed
.github/workflows/drupal-build.yml
@@ -7,9 +7,10 @@ on:
7
options:
8
- dev
9
- prod
10
+name: Build Drupal images
11
jobs:
- build-openshift-drupal:
12
- name: Build OpenShift Drupal image
+ build-drupal-images:
13
+ name: Build Drupal images
14
runs-on: ubuntu-latest
15
steps:
16
- uses: actions/checkout@v4
.github/workflows/drupal-image-tests.yml
@@ -10,6 +10,7 @@ on:
- '!**.md'
- 'drupal/**'
- '.github/workflows/drupal-image-tests.yml'
+name: Drupal image tests
drupal-tests:
name: Drupal image tests
0 commit comments