Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
0f59d2f1
Unverified
Commit
0f59d2f1
authored
Dec 11, 2023
by
Yih-Dar
Committed by
GitHub
Dec 11, 2023
Browse files
Fix AMD scheduled CI not triggered (#27951)
fix Co-authored-by:
ydshieh
<
ydshieh@users.noreply.github.com
>
parent
417bb914
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
.github/workflows/self-scheduled-amd-mi210-caller.yml
.github/workflows/self-scheduled-amd-mi210-caller.yml
+1
-1
.github/workflows/self-scheduled-amd-mi250-caller.yml
.github/workflows/self-scheduled-amd-mi250-caller.yml
+1
-1
No files found.
.github/workflows/self-scheduled-amd-mi210-caller.yml
View file @
0f59d2f1
...
...
@@ -12,7 +12,7 @@ on:
jobs
:
run_amd_ci
:
name
:
AMD mi210
if
:
(cancelled() !=
true
) && ((github.event_name == '
schedule
') || ((github.event_name == 'push') && startsWith(github.ref_name, 'run_amd_scheduled_ci_caller')))
if
:
(cancelled() !=
true
) && ((github.event_name == '
workflow_run
') || ((github.event_name == 'push') && startsWith(github.ref_name, 'run_amd_scheduled_ci_caller')))
uses
:
./.github/workflows/self-scheduled-amd.yml
with
:
gpu_flavor
:
mi210
...
...
.github/workflows/self-scheduled-amd-mi250-caller.yml
View file @
0f59d2f1
...
...
@@ -12,7 +12,7 @@ on:
jobs
:
run_amd_ci
:
name
:
AMD mi250
if
:
(cancelled() !=
true
) && ((github.event_name == '
schedule
') || ((github.event_name == 'push') && startsWith(github.ref_name, 'run_amd_scheduled_ci_caller')))
if
:
(cancelled() !=
true
) && ((github.event_name == '
workflow_run
') || ((github.event_name == 'push') && startsWith(github.ref_name, 'run_amd_scheduled_ci_caller')))
uses
:
./.github/workflows/self-scheduled-amd.yml
with
:
gpu_flavor
:
mi250
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment