Fix: let only one rank do file I/O in unittest of orb_io (#5185) #607
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Mirror to Gitee Repository | |
on: [ push, delete, create ] | |
# Ensures that only one mirror task will run at a time. | |
concurrency: | |
group: git-mirror | |
jobs: | |
git-mirror: | |
uses: deepmodeling/workflows/.github/workflows/mirror_gitee.yml@main | |
secrets: | |
SYNC_GITEE_PRIVATE_KEY: ${{ secrets.SYNC_GITEE_PRIVATE_KEY }} |