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
cc567e00
Unverified
Commit
cc567e00
authored
Sep 20, 2022
by
Yih-Dar
Committed by
GitHub
Sep 20, 2022
Browse files
Fix the wrong schedule (#19117)
Co-authored-by:
ydshieh
<
ydshieh@users.noreply.github.com
>
parent
c81ebd1c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.github/workflows/check_runner_status.yml
.github/workflows/check_runner_status.yml
+1
-1
No files found.
.github/workflows/check_runner_status.yml
View file @
cc567e00
...
@@ -10,7 +10,7 @@ on:
...
@@ -10,7 +10,7 @@ on:
repository_dispatch
:
repository_dispatch
:
schedule
:
schedule
:
# run per hour
# run per hour
-
cron
:
"
*
*/1
*
*
*"
-
cron
:
"
0
*/1
*
*
*"
env
:
env
:
TRANSFORMERS_IS_CI
:
yes
TRANSFORMERS_IS_CI
:
yes
...
...
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