Skip to content
This repository was archived by the owner on Nov 15, 2024. It is now read-only.

Commit 575fde3

Browse files
committed
Update names
1 parent ccae9e3 commit 575fde3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dispatch-test-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on: pull_request
33

44
jobs:
55
dispatch:
6-
name: Dispatch event
6+
name: Dispatch event from PR
77
runs-on: ubuntu-latest
88
steps:
99
- uses: benc-uk/workflow-dispatch@v1

.github/workflows/dispatch-test-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- main
66
jobs:
77
dispatch:
8-
name: Dispatch event
8+
name: Dispatch event from push
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: benc-uk/workflow-dispatch@v1

0 commit comments

Comments
 (0)