We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dddd0f commit 3f78c59Copy full SHA for 3f78c59
.github/workflows/dispatch-event.yml
@@ -1,4 +1,4 @@
1
-name: 'Dispatch PR events'
+name: 'Dispatch PyTorch events'
2
3
on:
4
schedule:
.github/workflows/handle-pytorch-event.yml renamed to .github/workflows/redispatch-event.yml
@@ -1,12 +1,12 @@
-name: Handle events from PyTorch
+name: 'Redispatch PyTorch events'
repository_dispatch:
5
types: [pytorch-pr-event]
6
7
jobs:
8
redispatch-pr-event:
9
- name: Redispatch PyTorch event
+ name: Redispatch PyTorch events
10
runs-on: ubuntu-latest
11
steps:
12
- name: Checkout
0 commit comments