Skip to content

Commit

Permalink
schedule run and name
Browse files Browse the repository at this point in the history
  • Loading branch information
qgallouedec committed Dec 10, 2024
1 parent 9f6fa4f commit 3b31ea7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests_latest.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
name: Tests
name: Tests latest release

on:
push:
branches: [ v0.12-release ]
schedule:
- cron: '0 0 * * *' # Runs daily at midnight UTC
branches: [ v0.12-release ]

env:
TQDM_DISABLE: 1
Expand Down

0 comments on commit 3b31ea7

Please sign in to comment.