Skip to content

Commit

Permalink
Rename jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus committed Aug 27, 2024
1 parent e446fae commit 8694024
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Checks"
name: "Check"
on:
pull_request:
types:
Expand Down Expand Up @@ -44,10 +44,9 @@ jobs:
id: category
run: echo "category=$(python3 -m scripts.changed.category)" >> $GITHUB_OUTPUT


owner:
runs-on: ubuntu-latest
name: Check Owner
name: Owner
needs: preflight
steps:
- name: Check out repository
Expand All @@ -62,9 +61,9 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
REPOSITORY: ${{needs.preflight.outputs.repository}}

edits:
editable:
runs-on: ubuntu-latest
name: Check if PR is editable
name: Editable PR
steps:
- name: Check out repository
uses: actions/[email protected]
Expand All @@ -78,7 +77,7 @@ jobs:

hassfest:
runs-on: ubuntu-latest
name: "Check hassfest"
name: Hassfest
needs: preflight
if: needs.preflight.outputs.category == 'integration'
steps:
Expand Down Expand Up @@ -110,7 +109,7 @@ jobs:
hassfest
hacs:
runs-on: ubuntu-latest
name: "Run HACS Action"
name: HACS action
needs: preflight
steps:
- name: HACS action
Expand Down

0 comments on commit 8694024

Please sign in to comment.