Skip to content

Commit

Permalink
Remove docker_compose prefix from homepage role
Browse files Browse the repository at this point in the history
  • Loading branch information
claha committed Jul 19, 2023
1 parent be83aa2 commit fbc6450
Show file tree
Hide file tree
Showing 12 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/homepage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ on: # yamllint disable-line rule:truthy
branches:
- main
paths:
- roles/docker_compose_homepage/**
- roles/homepage/**
- .github/workflows/homepage.yaml
pull_request:
paths:
- roles/docker_compose_homepage/**
- roles/homepage/**
- .github/workflows/homepage.yaml

jobs:
Expand Down
4 changes: 2 additions & 2 deletions main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
tags: compose, mosquitto
- role: docker_compose_traefik
tags: compose, traefik
- role: docker_compose_homepage
- role: homepage
tags: compose, homepage
- role: autorestic
tags: compose, autorestic
Expand Down Expand Up @@ -118,7 +118,7 @@
tags: never, glances
- role: homeassistant
tags: never, homeassistant
- role: docker_compose_homepage
- role: homepage
tags: never, homepage
- role: mosquitto
tags: never, mosquitto
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit fbc6450

Please sign in to comment.