Skip to content

Commit

Permalink
remove pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
kkscilife committed Jan 24, 2024
1 parent c1a2bf0 commit 5dd9c0d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/daily_tests.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: basic-model-tests-daily
on:
pull_request:
workflow_dispatch:
schedule:
- cron: '48 19 * * *'
Expand All @@ -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
Expand All @@ -37,6 +37,7 @@ jobs:
- name: mask env
run: |
echo "::add-mask::${{env.WORKSPACE_PREFIX}}"
echo "::add-mask::$path_prefix"
- name: remove_env
run: |
Expand All @@ -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 }}

0 comments on commit 5dd9c0d

Please sign in to comment.