Skip to content

Commit

Permalink
Review names of jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
TWiStErRob committed Feb 2, 2024
1 parent 7c9fdbf commit ea2c75a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Dependency Submission"
name: "Dependencies"

on:
push:
Expand All @@ -7,6 +7,7 @@ on:

jobs:
dependency-submission:
name: "Submit Dependency Graph"
runs-on: ubuntu-latest

permissions:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/merge-check.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Merge checks"
name: "Merge Checks"

on:
push:
Expand All @@ -10,7 +10,7 @@ on:

jobs:
build:
name: "Build project"
name: "Build Project"
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Publish snapshot"
name: "Release"

on:
push:
Expand Down

0 comments on commit ea2c75a

Please sign in to comment.