Skip to content

Commit c6608b9

Browse files
authored
Merge pull request #56 from City-of-Helsinki/UHF-5436
Workflow names
2 parents 228c9e7 + 9ed549c commit c6608b9

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/drupal-build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@ on:
77
options:
88
- dev
99
- prod
10+
name: Build Drupal images
1011
jobs:
11-
build-openshift-drupal:
12-
name: Build OpenShift Drupal image
12+
build-drupal-images:
13+
name: Build Drupal images
1314
runs-on: ubuntu-latest
1415
steps:
1516
- uses: actions/checkout@v4

.github/workflows/drupal-image-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
- '!**.md'
1111
- 'drupal/**'
1212
- '.github/workflows/drupal-image-tests.yml'
13+
name: Drupal image tests
1314
jobs:
1415
drupal-tests:
1516
name: Drupal image tests

0 commit comments

Comments
 (0)