Skip to content

Commit 724c097

Browse files
committed
TEST DAILY
1 parent 5fe95bb commit 724c097

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/daily.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: daily
2-
on:
3-
workflow_dispatch:
4-
schedule:
5-
- cron: '42 0 * * *' # daily at 00:42
2+
on: [push, pull_request]
3+
#on:
4+
# workflow_dispatch:
5+
# schedule:
6+
# - cron: '42 0 * * *' # daily at 00:42
67
concurrency:
78
group: ${{ github.workflow }}
89
cancel-in-progress: true

0 commit comments

Comments
 (0)