diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3400a940..8afa498b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,4 +1,4 @@ -name: Wildfly Cekit OpenShift Modules - Bats +name: WildFly CEKit OpenShift Modules - Bats on: push: branches: [ main ] diff --git a/.github/workflows/push-deploy-images.yml b/.github/workflows/push-deploy-images.yml index d3f32d67..33d0e5d1 100644 --- a/.github/workflows/push-deploy-images.yml +++ b/.github/workflows/push-deploy-images.yml @@ -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: @@ -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 diff --git a/.github/workflows/test-wildfly-cloud-fp.yml b/.github/workflows/test-wildfly-cloud-fp.yml index 03a83c27..6fcc283d 100644 --- a/.github/workflows/test-wildfly-cloud-fp.yml +++ b/.github/workflows/test-wildfly-cloud-fp.yml @@ -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 ] @@ -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 diff --git a/.github/workflows/test-wildfly-s2i.yml b/.github/workflows/test-wildfly-s2i.yml index 132fde41..b8c0ebde 100644 --- a/.github/workflows/test-wildfly-s2i.yml +++ b/.github/workflows/test-wildfly-s2i.yml @@ -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 ] @@ -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