Skip to content

Commit f8ce503

Browse files
authored
Fixed cron, added max timeout
1 parent ba0054e commit f8ce503

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
name: GitHub Profile Views Counter CI
22
on:
33
schedule:
4-
- cron: '0 */96 * * *'
4+
- cron: '0 0 */4 * *'
55
workflow_dispatch:
66
jobs:
77
release:
88
name: GitHub Profile Views Counter Action
99
runs-on: ubuntu-20.04
10+
timeout-minutes: 30
1011
steps:
1112
- uses: actions/[email protected]
1213
with:

0 commit comments

Comments
 (0)