Browse Source
Remove branches from workflow_dispatch to remove warning
pull/857/head
Tim Kimber
1 year ago
No known key found for this signature in database
GPG Key ID: 3E1804964E76BD18
2 changed files with
1 additions and
5 deletions
-
.github/workflows/run-tests-staging-duckdns.yml
-
.github/workflows/run-tests-staging-dynu.yml
|
|
|
@ -1,8 +1,6 @@ |
|
|
|
name: Run tests against Staging server using DuckDNS |
|
|
|
on: |
|
|
|
workflow_dispatch: |
|
|
|
branches: |
|
|
|
- master |
|
|
|
env: |
|
|
|
DUCKDNS_TOKEN: ${{ secrets.DUCKDNS_TOKEN == '' && '1d616aa9-b8e4-4bb4-b312-3289de82badb' || secrets.DUCKDNS_TOKEN }} |
|
|
|
jobs: |
|
|
|
|
|
|
|
@ -1,8 +1,6 @@ |
|
|
|
name: Run tests against Staging server using Dynu |
|
|
|
on: |
|
|
|
workflow_dispatch: |
|
|
|
branches: |
|
|
|
- master |
|
|
|
workflow_dispatch |
|
|
|
env: |
|
|
|
DYNU_API_KEY: ${{ secrets.DYNU_API_KEY == '' && '65cXefd35XbYf36546eg5dYcZT6X52Y2' || secrets.DYNU_API_KEY }} |
|
|
|
jobs: |
|
|
|
|