test workflow job

This commit is contained in:
iminet
2026-08-13 04:29:53 +02:00
parent 8165d2a9f7
commit 0d67416610
+3
View File
@@ -3,6 +3,9 @@ name: Hello GitHub Actions
on:
workflow_dispatch:
schedule:
- cron: "0 */6 * * *"
jobs:
hello:
runs-on: ubuntu-latest