mirror of
https://github.com/codeflash-ai/codeflash.git
synced 2026-05-04 18:25:17 +00:00
Replace inline workflow with thin caller to codeflash-ai/github-workflows tessl-update.yml. Move missing tiles list to .tessl/missing-tiles.txt.
12 lines
272 B
YAML
12 lines
272 B
YAML
name: Tessl Tile Updates
|
|
|
|
on:
|
|
schedule:
|
|
- cron: "0 9 * * 1" # Weekly on Monday at 9am UTC
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
tessl:
|
|
uses: codeflash-ai/github-workflows/.github/workflows/tessl-update.yml@main
|
|
secrets:
|
|
TESSL_TOKEN: ${{ secrets.TESSL_TOKEN }}
|