Skip to content

Commit

Permalink
Refine job name
Browse files Browse the repository at this point in the history
  • Loading branch information
pavetok committed Sep 6, 2023
1 parent 10b4029 commit 47f2a1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline-beyond-doubt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
everything:
name: Everything in ${{ matrix.environ.name }} env
name: Everything in ${{ matrix.environ.name }} environ
timeout-minutes: 10
strategy:
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pipeline-minimal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

jobs:
sources:
name: Sources in ${{ matrix.environ.name }} env
name: Sources in ${{ matrix.environ.name }} environ
timeout-minutes: 5
strategy:
matrix:
Expand Down

0 comments on commit 47f2a1b

Please sign in to comment.