Skip to content

Commit

Permalink
Merge pull request #380 from rhusar/stylization
Browse files Browse the repository at this point in the history
Trivial stylization fixes around WildFly / CEKit projects.
  • Loading branch information
jfdenise authored Aug 17, 2023
2 parents dc3fc6a + a1cc66a commit 7b652c8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Wildfly Cekit OpenShift Modules - Bats
name: WildFly CEKit OpenShift Modules - Bats
on:
push:
branches: [ main ]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/push-deploy-images.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Send event to Wildfly s2i to Build and Deploy images when pushing changes that impact the image.
name: Send event to WildFly s2i to Build and Deploy images when pushing changes that impact the image.
on:
push:
branches:
Expand All @@ -8,7 +8,7 @@ env:
WF_S2I_TOKEN: ${{ secrets.WILDFLY_S2I_BUILD_DEPLOY_TOKEN }}
jobs:
wfci:
name: Wildfly-s2i Image Deployment on push
name: WildFly-s2i Image Deployment on push
runs-on: ubuntu-latest
steps:
- id: files
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-wildfly-cloud-fp.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Wildfly Cekit OpenShift Modules - Build WildFly cloud galleon feature-pack and Test WildFly s2i image if the changes introduced in the PR impact it.
name: WildFly CEKit OpenShift Modules - Build WildFly cloud galleon feature-pack and Test WildFly s2i image if the changes introduced in the PR impact it.
on:
pull_request:
branches: [ main ]
Expand All @@ -8,7 +8,7 @@ env:
FORK_REPO: ${{ github.event.pull_request.head.repo.full_name }}
jobs:
wfci:
name: Wildfly-s2i Build and Test
name: WildFly-s2i Build and Test
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-wildfly-s2i.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Wildfly Cekit OpenShift Modules - Build/Run WildFly s2i image if the changes introduced in the PR impact it.
name: WildFly CEKit OpenShift Modules - Build/Run WildFly s2i image if the changes introduced in the PR impact it.
on:
pull_request:
branches: [ main ]
Expand All @@ -7,7 +7,7 @@ env:
S2I_URI: https://github.com/openshift/source-to-image/releases/download/v1.3.1/source-to-image-v1.3.1-a5a77147-linux-amd64.tar.gz
jobs:
wfci:
name: Wildfly-s2i Build and Test
name: WildFly-s2i Build and Test
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand Down

0 comments on commit 7b652c8

Please sign in to comment.