Skip to content

Commit

Permalink
Merge pull request #527 from Yimi81/feat-fix-sync
Browse files Browse the repository at this point in the history
update readme trigger sync workflow
  • Loading branch information
nlmlml committed May 29, 2024
2 parents 0247b52 + 4e30c86 commit 424329f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/sync_files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ on:
branches:
- main

env:
GIT_CLONE_PROTECTION_ACTIVE: false

jobs:
detect-changes:
runs-on: ubuntu-latest
env:
GIT_CLONE_PROTECTION_ACTIVE: false
outputs:
is_readme_changed: ${{ steps.changed-files.outputs.readme_any_changed }}
is_license_changed: ${{ steps.changed-files.outputs.license_any_changed }}
Expand All @@ -31,8 +32,6 @@ jobs:
- MODEL_LICENSE_AGREEMENT.txt
sync-readme:
runs-on: ${{ matrix.platform == 'huggingface' && 'ubuntu-latest' || 'public' }}
env:
GIT_CLONE_PROTECTION_ACTIVE: false
needs: detect-changes
if: needs.detect-changes.outputs.is_readme_changed == 'true' || needs.detect-changes.outputs.is_license_changed == 'true'
strategy:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,14 +140,14 @@
## News

<details>
<summary>🎯 <b>2024-05-13</b>: The <a href="https://github.com/01-ai/Yi-1.5">Yi-1.5 series models </a> are open-sourced, further improving coding, math, reasoning, and instruction-following abilities.</summary>
<summary>🎯 <b>2024-05-13</b>: The <a href="https://github.com/01-ai/Yi-1.5">Yi-1.5 series models </a> have been open-sourced, further improving coding, math, reasoning, and instruction-following abilities.</summary>
</details>

<details>
<summary>🎯 <b>2024-03-16</b>: The <code>Yi-9B-200K</code> is open-sourced and available to the public.</summary>
</details>

<details open>
<details>
<summary>🎯 <b>2024-03-08</b>: <a href="https://arxiv.org/abs/2403.04652">Yi Tech Report</a> is published! </summary>
</details>

Expand Down

0 comments on commit 424329f

Please sign in to comment.