Skip to content

Commit

Permalink
Add missing job names.
Browse files Browse the repository at this point in the history
  • Loading branch information
fniephaus committed Jul 6, 2023
1 parent cfdc986 commit 53e35a1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/checkstyle-skip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:

jobs:
build:
name: "📋 Check style according to checkstyle.xml"
runs-on: ubuntu-latest
steps:
- run: 'echo "No build required"'
1 change: 1 addition & 0 deletions .github/workflows/scan-docker-images-skip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:

jobs:
build:
name: "🔎 Scan docker images"
runs-on: ubuntu-latest
steps:
- run: 'echo "No build required"'
1 change: 1 addition & 0 deletions .github/workflows/test-all-metadata-skip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:

jobs:
build:
name: "🧪 All metadata tests have passed"
runs-on: ubuntu-latest
steps:
- run: 'echo "No build required"'
1 change: 1 addition & 0 deletions .github/workflows/test-changed-metadata-skip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:

jobs:
build:
name: "🧪 All metadata tests have passed"
runs-on: ubuntu-latest
steps:
- run: 'echo "No build required"'

0 comments on commit 53e35a1

Please sign in to comment.