mirror of
https://github.com/basnijholt/adaptive-lighting.git
synced 2026-09-11 06:14:04 +02:00
Only run the validate_hacs CI action on the upstream repo. (#1423)
This avoids running this action on forks, since they likely won't have issues or topics enabled, and shouldn't need them. Co-authored-by: Bas Nijholt <basnijholt@users.noreply.github.com> Co-authored-by: Bas Nijholt <bas@nijho.lt>
This commit is contained in:
parent
548e5048ec
commit
4b0638a4d8
1 changed files with 1 additions and 0 deletions
1
.github/workflows/validate.yml
vendored
1
.github/workflows/validate.yml
vendored
|
|
@ -10,6 +10,7 @@ on:
|
|||
jobs:
|
||||
validate_hacs:
|
||||
runs-on: "ubuntu-latest"
|
||||
if: github.repository == 'basnijholt/adaptive-lighting' # Don't run on forked repos
|
||||
steps:
|
||||
- uses: "actions/checkout@v7.0.1"
|
||||
- name: HACS validation
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue