Skip to content

Commit 3f78c59

Browse files
committed
update
1 parent 5dddd0f commit 3f78c59

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/dispatch-event.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'Dispatch PR events'
1+
name: 'Dispatch PyTorch events'
22

33
on:
44
schedule:

.github/workflows/handle-pytorch-event.yml renamed to .github/workflows/redispatch-event.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
name: Handle events from PyTorch
1+
name: 'Redispatch PyTorch events'
22

33
on:
44
repository_dispatch:
55
types: [pytorch-pr-event]
66

77
jobs:
88
redispatch-pr-event:
9-
name: Redispatch PyTorch event
9+
name: Redispatch PyTorch events
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout

0 commit comments

Comments
 (0)