Skip to content

Commit

Permalink
chore: add names for jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
dantetemplar committed Aug 12, 2024
1 parent 26c8e1d commit 5e2dc39
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/listen-swagger-changes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:

jobs:
check:
name: "Check for new Swagger release 🕵️‍♂️"
runs-on: ubuntu-latest
outputs:
version: ${{ steps.output.outputs.version }}
Expand Down Expand Up @@ -53,6 +54,7 @@ jobs:
fi
build:
name: "Build and release 🚀"
runs-on: ubuntu-latest
needs: check
if: ${{ needs.check.outputs.updated == 'true' }}
Expand Down

0 comments on commit 5e2dc39

Please sign in to comment.