Browse Source

Fix action name

pull/761/head
Tim Kimber 4 years ago
parent
commit
0566779871
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      .github/workflows/run-tests-staging-acmedns.yml
  2. +1
    -1
      .github/workflows/run-tests-staging-duckdns.yml
  3. +1
    -1
      .github/workflows/run-tests-staging-dynu.yml

+ 1
- 1
.github/workflows/run-tests-staging-acmedns.yml View File

@ -1,4 +1,4 @@
name: Run all tests using Dynu and acmedns
name: Run tests against Staging server using acmedns
on:
push:
paths-ignore:


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

@ -1,4 +1,4 @@
name: Run all tests using DuckDNS
name: Run tests against Staging server using DuckDNS
on:
workflow_dispatch:
branches:


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

@ -1,4 +1,4 @@
name: Run all tests using Dynu
name: Run tests against Staging server using Dynu
on:
workflow_dispatch:
branches:


Loading…
Cancel
Save