Skip to content

Commit 246dd51

Browse files
committed
Schedule job hourly
1 parent 1120a20 commit 246dd51

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@ name: Cucumber TestNG CI Pipeline
33
on:
44
push:
55
branches: ["main"]
6-
pull_request:
76

7+
pull_request:
8+
schedule:
9+
- cron: "0 * * * *" # Runs every hour
810
jobs:
911

1012
# -------------------------------

0 commit comments

Comments
 (0)