Skip to content

Commit

Permalink
Create nightly-jobs.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
john0isaac committed Aug 17, 2024
1 parent b8dd6d3 commit 3db644a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/nightly-jobs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Nightly Jobs

on:
schedule:
- cron: '0 0 * * *'
workflow_dispatch:

jobs:
python-test:
uses: ./.github/workflows/python-tests.yaml

0 comments on commit 3db644a

Please sign in to comment.