Browse Source

Only run Duckdns and dynu tests manually

pull/761/head
Tim Kimber 4 years ago
parent
commit
7be8815c49
2 changed files with 0 additions and 16 deletions
  1. +0
    -8
      .github/workflows/run-tests-staging-duckdns.yml
  2. +0
    -8
      .github/workflows/run-tests-staging-dynu.yml

+ 0
- 8
.github/workflows/run-tests-staging-duckdns.yml View File

@ -1,13 +1,5 @@
name: Run all tests using DuckDNS
on:
push:
paths-ignore:
- '.github/workflows/*'
branches:
- master
pull_request:
branches:
- master
workflow_dispatch:
branches:
- master


+ 0
- 8
.github/workflows/run-tests-staging-dynu.yml View File

@ -1,13 +1,5 @@
name: Run all tests using Dynu
on:
push:
paths-ignore:
- '.github/workflows/*'
branches:
- master
pull_request:
branches:
- master
workflow_dispatch:
branches:
- master


Loading…
Cancel
Save