TP-35161 | benchmark changes
This commit is contained in:
18
.github/workflows/schedule_test.yml
vendored
Normal file
18
.github/workflows/schedule_test.yml
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
name: Cron Job
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: "18 12 * * *"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Run cron job
|
||||
run: |
|
||||
# Add your cron job command here
|
||||
echo "Running cron job at $(date)"
|
||||
Reference in New Issue
Block a user