TP-35161 | benchmark changes

This commit is contained in:
Rajinikanth
2023-07-13 18:15:19 +05:30
parent 756eda1f53
commit 6bd7b04085

18
.github/workflows/schedule_test.yml vendored Normal file
View 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)"