Skip to content

Commit

Permalink
Remove branches from workflow_dispatch to remove warning
Browse files Browse the repository at this point in the history
  • Loading branch information
timkimber committed Sep 26, 2024
1 parent ad41c8d commit 8a76283
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/run-tests-staging-duckdns.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/run-tests-staging-dynu.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 8a76283

Please sign in to comment.