TP-35161 | benchmark changes

This commit is contained in:
Rajinikanth
2023-07-14 13:45:50 +05:30
parent 5e58bf5faa
commit fc760f9d9c

View File

@@ -1,18 +0,0 @@
name: Cron Job
on:
schedule:
- cron: "08 13 * * *"
jobs:
build:
runs-on: [self-hosted]
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)"