Skip to content

Commit fcf98b8

Browse files
committed
chore: move old workflows to be triggered manually
1 parent 8e96638 commit fcf98b8

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

.github/workflows/nextdns.yml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,16 @@
22

33
name: NextDNS container
44

5-
# Controls when the action will run.
5+
# Controls when the action will run.
66
on:
77
workflow_dispatch:
8-
# Triggers the workflow on push or pull request events but only for the master branch
9-
push:
10-
paths:
11-
- nextdns/docker/Dockerfile
12-
schedule:
13-
- cron: "0 0 */15 * *"
14-
8+
159

1610
jobs:
1711
buildx:
1812
runs-on: ubuntu-latest
1913
steps:
20-
14+
2115
- name: Set the version
2216
id: set_version
2317
run: |
@@ -37,7 +31,7 @@ jobs:
3731
uses: docker/login-action@v1
3832
with:
3933
username: ${{ secrets.DOCKERHUB_USERNAME }}
40-
password: ${{ secrets.DOCKERHUB_TOKEN }}
34+
password: ${{ secrets.DOCKERHUB_TOKEN }}
4135

4236
-
4337
name: build pihole $VERSION

0 commit comments

Comments
 (0)