Remove cron job workflow for periodic hello message

This commit is contained in:
thuanle
2025-07-11 12:06:25 +07:00
parent 34bdc8b59b
commit 4c76a6fd32

View File

@@ -1,13 +0,0 @@
name: Hello Every Minute
on:
schedule:
- cron: '*/1 * * * *' # Mỗi 1 phút (UTC)
workflow_dispatch: # Cho phép chạy thủ công
jobs:
hello-job:
runs-on: ubuntu-latest
steps:
- name: Print hello
run: echo "hello"