Skip to content

Commit

Permalink
Add parent job names (patch)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukiffer committed Nov 9, 2022
1 parent 408aa4e commit b153d2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
branches: [main]
jobs:
on-success:
name: Semantic Release
uses: cncsc/actions/.github/workflows/semantic-release.yaml@main
secrets:
GIT_TOKEN_BASIC: ${{ secrets.GIT_TOKEN_BASIC }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ on:
- push
jobs:
ci:
name: Validation
uses: cncsc/actions/.github/workflows/validation.yaml@main

0 comments on commit b153d2b

Please sign in to comment.