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
OpenDAS
ColossalAI
Commits
2059408e
Unverified
Commit
2059408e
authored
Feb 06, 2023
by
Frank Lee
Committed by
GitHub
Feb 06, 2023
Browse files
[workflow] fixed the typo in the example check workflow (#2589)
parent
5767f8e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.github/workflows/example_check_on_schedule.yml
.github/workflows/example_check_on_schedule.yml
+2
-2
No files found.
.github/workflows/example_check_on_schedule.yml
View file @
2059408e
...
@@ -46,7 +46,7 @@ jobs:
...
@@ -46,7 +46,7 @@ jobs:
-
name
:
Traverse all files
-
name
:
Traverse all files
run
:
|
run
:
|
example_dir=${{ matrix.diretory }}
example_dir=${{ matrix.dire
c
tory }}
echo "Testing ${example_dir} now"
echo "Testing ${example_dir} now"
cd "${PWD}/examples/${example_dir}"
cd "${PWD}/examples/${example_dir}"
bash test_ci.sh
bash test_ci.sh
...
@@ -66,4 +66,4 @@ jobs:
...
@@ -66,4 +66,4 @@ jobs:
REPO
:
${{ github.repository }}
REPO
:
${{ github.repository }}
RUN_ID
:
${{ github.run_id }}
RUN_ID
:
${{ github.run_id }}
WEBHOOK_URL
:
${{ secrets.LARK_NOTIFICATION_WEBHOOK_URL }}
WEBHOOK_URL
:
${{ secrets.LARK_NOTIFICATION_WEBHOOK_URL }}
EXAMPLE_DIR
:
${{ matrix.diretory }}
EXAMPLE_DIR
:
${{ matrix.dire
c
tory }}
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