Skip to content

Commit

Permalink
test to delete
Browse files Browse the repository at this point in the history
  • Loading branch information
Zanna_37 committed Aug 23, 2023
1 parent 0655b3b commit d7d82c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hacs-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

hacs:
needs: pre_job
if: needs.pre_job.outputs.should_skip != 'true' && github.repository == 'zanna-37/hass-swipe-navigation'
if: needs.pre_job.outputs.should_skip != 'true' && github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == 'zanna-37/hass-swipe-navigation'
name: HACS Validation
runs-on: "ubuntu-latest"
steps:
Expand Down

0 comments on commit d7d82c1

Please sign in to comment.