Skip to content

Commit a604092

Browse files
committed
update
1 parent 1fa43c1 commit a604092

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ascend_npu_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ on:
7171

7272
# Only cancel the previous runs when triggered by a pull_request event
7373
concurrency:
74-
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }}
74+
group: ${{ github.workflow }}
7575
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
7676

7777
jobs:

.github/workflows/dispatch-event.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
owner: pytorch
4949
repository: pytorch
5050
labels: ${{ github.event.inputs.labels || '' }}
51-
hours: ${{ github.event.inputs.hours || '1' }}
51+
hours: ${{ github.event.inputs.hours || '24' }}
5252

5353
dispatch-pr:
5454
name: 'Dispatch PR event - #${{ matrix.data.pull_request.number }}'

0 commit comments

Comments
 (0)