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 1fa43c1 commit a604092Copy full SHA for a604092
.github/workflows/ascend_npu_test.yml
@@ -71,7 +71,7 @@ on:
71
72
# Only cancel the previous runs when triggered by a pull_request event
73
concurrency:
74
- group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }}
+ group: ${{ github.workflow }}
75
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
76
77
jobs:
.github/workflows/dispatch-event.yml
@@ -48,7 +48,7 @@ jobs:
48
owner: pytorch
49
repository: pytorch
50
labels: ${{ github.event.inputs.labels || '' }}
51
- hours: ${{ github.event.inputs.hours || '1' }}
+ hours: ${{ github.event.inputs.hours || '24' }}
52
53
dispatch-pr:
54
name: 'Dispatch PR event - #${{ matrix.data.pull_request.number }}'
0 commit comments