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
wangsen
MinerU
Commits
494859c5
"tests/vscode:/vscode.git/clone" did not exist on "5ff5a8849c0713b3da5c4495ffb7a84c8057f4a7"
Commit
494859c5
authored
Dec 06, 2024
by
dt-yy
Browse files
fix: update notify
parent
878f3de0
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
3 deletions
+2
-3
.github/workflows/cli.yml
.github/workflows/cli.yml
+1
-1
.github/workflows/daily.yml
.github/workflows/daily.yml
+0
-1
.github/workflows/huigui.yml
.github/workflows/huigui.yml
+1
-1
No files found.
.github/workflows/cli.yml
View file @
494859c5
...
@@ -37,7 +37,7 @@ jobs:
...
@@ -37,7 +37,7 @@ jobs:
cd $GITHUB_WORKSPACE && pytest -m P0 -s -v tests/test_cli/test_cli_sdk.py
cd $GITHUB_WORKSPACE && pytest -m P0 -s -v tests/test_cli/test_cli_sdk.py
notify_to_feishu
:
notify_to_feishu
:
if
:
${{ always() && !cancelled() && contains(needs.*.result, 'failure')
&& (github.ref_name == 'master')
}}
if
:
${{ always() && !cancelled() && contains(needs.*.result, 'failure')}}
needs
:
cli-test
needs
:
cli-test
runs-on
:
pdf
runs-on
:
pdf
steps
:
steps
:
...
...
.github/workflows/daily.yml
deleted
100644 → 0
View file @
878f3de0
.github/workflows/huigui.yml
View file @
494859c5
...
@@ -36,7 +36,7 @@ jobs:
...
@@ -36,7 +36,7 @@ jobs:
cd $GITHUB_WORKSPACE && pytest -s -v tests/test_cli/test_cli_sdk.py
cd $GITHUB_WORKSPACE && pytest -s -v tests/test_cli/test_cli_sdk.py
notify_to_feishu
:
notify_to_feishu
:
if
:
${{ always() && !cancelled() && contains(needs.*.result, 'failure')
&& (github.ref_name == 'master')
}}
if
:
${{ always() && !cancelled() && contains(needs.*.result, 'failure')}}
needs
:
cli-test
needs
:
cli-test
runs-on
:
pdf
runs-on
:
pdf
steps
:
steps
:
...
...
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