Skip to content

Commit f936b94

Browse files
committed
Fix indents in the ci-snapshot.yml
1 parent f4844c1 commit f936b94

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci-snapshot.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@ name: CI SNAPSHOT
22

33
on:
44
workflow_dispatch:
5+
56
push:
67
branches:
78
- main
89

9-
schedule:
10-
- cron: '0 5 * * *'
10+
schedule:
11+
- cron: '0 5 * * *'
1112

1213
concurrency:
1314
group: group-snapshot-for-${{ github.ref }}

0 commit comments

Comments
 (0)