Skip to content

Commit

Permalink
Change Workflows for copy from hassio-addons
Browse files Browse the repository at this point in the history
  • Loading branch information
casse-boubou committed Apr 3, 2023
1 parent da36218 commit d50d125
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@ name: CI

# yamllint disable-line rule:truthy
on:
schedule:
- cron: "0 4 * * *"
push:
branches:
- main
pull_request:
types:
- opened
Expand Down
2 changes: 1 addition & 1 deletion p2pool/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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; \
Expand Down
2 changes: 1 addition & 1 deletion p2pool/config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: P2Pool
url: https://github.com/erdnaxela02/addon-p2pool
version: edge
version: dev
slug: p2pool
arch:
- aarch64
Expand Down

0 comments on commit d50d125

Please sign in to comment.