Skip to content

Commit abc95f4

Browse files
Florian HornerFlorian Horner
authored andcommitted
Merge PR basnijholt#1423: Only run validate_hacs on upstream repo
2 parents 85c333c + 5034152 commit abc95f4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/validate.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
jobs:
1111
validate_hacs:
1212
runs-on: "ubuntu-latest"
13+
if: github.repository == 'basnijholt/adaptive-lighting' # Don't run on forked repos
1314
steps:
1415
- uses: "actions/checkout@v6"
1516
- name: HACS validation

0 commit comments

Comments
 (0)