mirror of https://github.com/InternLM/InternLM
remove pull request
parent
c1a2bf0cf2
commit
5dd9c0d2fb
|
@ -1,6 +1,5 @@
|
|||
name: basic-model-tests-daily
|
||||
on:
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '48 19 * * *'
|
||||
|
@ -16,6 +15,7 @@ jobs:
|
|||
- name: mask env
|
||||
run: |
|
||||
echo "::add-mask::${{env.WORKSPACE_PREFIX}}"
|
||||
echo "::add-mask::$path_prefix"
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: load_hf_model
|
||||
|
@ -37,6 +37,7 @@ jobs:
|
|||
- name: mask env
|
||||
run: |
|
||||
echo "::add-mask::${{env.WORKSPACE_PREFIX}}"
|
||||
echo "::add-mask::$path_prefix"
|
||||
|
||||
- name: remove_env
|
||||
run: |
|
||||
|
@ -50,6 +51,7 @@ jobs:
|
|||
- name: mask env
|
||||
run: |
|
||||
echo "::add-mask::${{env.WORKSPACE_PREFIX}}"
|
||||
echo "::add-mask::$path_prefix"
|
||||
- name: notify
|
||||
run: |
|
||||
curl -X POST -H "Content-Type: application/json" -d '{"msg_type":"post","content":{"post":{"zh_cn":{"title":"Internlm GitHubAction Failed","content":[[{"tag":"text","text":""},{"tag":"a","text":"Please click here for details ","href":"https://github.com/'${{ github.repository }}'/actions/runs/'${GITHUB_RUN_ID}'"},{"tag":"at","user_id":"'${{ secrets.USER_ID }}'"}]]}}}}' ${{ secrets.WEBHOOK_URL }}
|
||||
|
|
Loading…
Reference in New Issue