sync-models #11
This file contains hidden or 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
| # Daily sync of the live Atlas Cloud model catalog into README ATLAS-MODELS blocks. | |
| # Logic lives in the org-shared reusable workflow: AtlasCloudAI/.github | |
| name: sync-models | |
| on: | |
| schedule: | |
| - cron: "29 2 * * *" | |
| workflow_dispatch: {} | |
| permissions: | |
| contents: write | |
| jobs: | |
| sync: | |
| uses: AtlasCloudAI/.github/.github/workflows/update-models-readme.yml@main |