From 811ff98c30ff62ac040301c0b22d055740da3c0d Mon Sep 17 00:00:00 2001 From: Etienne G Date: Thu, 5 Oct 2023 21:35:17 +1100 Subject: [PATCH] Removed addon-ci --- .addons.yml | 4 ++++ .github/workflows/addon-ci.yaml | 16 ---------------- 2 files changed, 4 insertions(+), 16 deletions(-) delete mode 100644 .github/workflows/addon-ci.yaml diff --git a/.addons.yml b/.addons.yml index 5898e8f..3d46e32 100644 --- a/.addons.yml +++ b/.addons.yml @@ -5,3 +5,7 @@ addons: repository: egguy/addon-grott target: grott image: ghcr.io/egguy/addon-grott/{arch} + grott-current: + repository: egguy/addon-grott + target: grott-current + image: ghcr.io/egguy/addon-grott/{arch} diff --git a/.github/workflows/addon-ci.yaml b/.github/workflows/addon-ci.yaml deleted file mode 100644 index 60ce9a5..0000000 --- a/.github/workflows/addon-ci.yaml +++ /dev/null @@ -1,16 +0,0 @@ ---- -name: CI - -# yamllint disable-line rule:truthy -on: - push: - pull_request: - types: - - opened - - reopened - - synchronize - workflow_dispatch: - -jobs: - workflows: - uses: hassio-addons/workflows/.github/workflows/addon-ci.yaml@main