Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github-workflows/build-on-ubuntu.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: Build under Ubuntu
name: Build on Ubuntu

on: push

jobs:
build:
name: Build under Ubuntu
runs-on: ubuntu-latest

steps:
Expand Down
3 changes: 1 addition & 2 deletions .github-workflows/build-on-windows.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: Build under Windows
name: Build on Windows

on: pull_request

jobs:
build:
name: Build under Windows
runs-on: windows-latest

steps:
Expand Down
3 changes: 1 addition & 2 deletions .github-workflows/ensure-reports-updated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ on:
- '**'

jobs:
build:
name: Ensure license reports updated
check:
runs-on: ubuntu-latest

steps:
Expand Down
3 changes: 1 addition & 2 deletions .github-workflows/increment-guard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ on:
- '**'

jobs:
build:
name: Check version increment
check:
runs-on: ubuntu-latest

steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ env:

jobs:
retrieve-package-names:
name: Retrieve the package names published from this repository
name: Retrieve package names
runs-on: ubuntu-latest
outputs:
package-names: ${{ steps.request-package-names.outputs.package-names }}
Expand All @@ -54,7 +54,7 @@ jobs:
echo "package-names=$(<./package-names.json)" >> $GITHUB_OUTPUT

delete-obsolete-artifacts:
name: Remove obsolete artifacts published from this repository to GitHub Packages
name: Delete obsolete artifacts
needs: retrieve-package-names
runs-on: ubuntu-latest
strategy:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/detekt-code-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: Run Detekt code analysis
on: push

jobs:
build:
name: Run Detekt code analysis
detekt:
runs-on: ubuntu-latest

steps:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/gradle-wrapper-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ on:

jobs:
validation:
name: Gradle Wrapper Validation
runs-on: ubuntu-latest
steps:
- name: Checkout latest code
Expand Down
Loading