Skip to content

Commit bd89a93

Browse files
authored
Update test-apps.yml
1 parent 8a67efe commit bd89a93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-apps.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ on:
1919
type: boolean
2020

2121
schedule:
22-
- cron: '*/15 7-9 * * *'
22+
- cron: '*/15 6-8 * * *'
2323

2424
concurrency:
2525
group: ${{ github.workflow }}-${{ github.ref }}
@@ -264,7 +264,7 @@ jobs:
264264
265265
if [ "$pure_arg" = suyu ]; then
266266
267-
echo "This application cannot be installed on github actions" | tee -a results/log-"${{ matrix.file }}"
267+
echo "This application cannot be installed on github actions" > blacklisted | tee -a results/log-"${{ matrix.file }}"
268268
269269
else
270270

0 commit comments

Comments
 (0)