From d50d12526b321d451101aa2ae74698a7464036c8 Mon Sep 17 00:00:00 2001 From: Frosch Date: Mon, 3 Apr 2023 16:35:14 +0200 Subject: [PATCH] Change Workflows for copy from hassio-addons --- .github/workflows/ci.yaml | 4 ---- p2pool/Dockerfile | 2 +- p2pool/config.yaml | 2 +- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5d0d824..c5049a6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -3,11 +3,7 @@ name: CI # yamllint disable-line rule:truthy on: - schedule: - - cron: "0 4 * * *" push: - branches: - - main pull_request: types: - opened diff --git a/p2pool/Dockerfile b/p2pool/Dockerfile index 3546204..518f878 100644 --- a/p2pool/Dockerfile +++ b/p2pool/Dockerfile @@ -8,7 +8,7 @@ FROM ${BUILD_FROM} ARG P2POOL_VERSION=v3.1 # Add p2pool -RUN set -eux; \ +RUN set -eux \ apt-get update; \ \ mkdir -p /opt; \ diff --git a/p2pool/config.yaml b/p2pool/config.yaml index 9b78b52..02e224f 100644 --- a/p2pool/config.yaml +++ b/p2pool/config.yaml @@ -1,7 +1,7 @@ --- name: P2Pool url: https://github.com/erdnaxela02/addon-p2pool -version: edge +version: dev slug: p2pool arch: - aarch64