Skip to content

Commit e2e1f60

Browse files
committed
format ci.yaml
1 parent 6ed2cad commit e2e1f60

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,11 @@ jobs:
1717
# Set the job key. The key is displayed as the job name
1818
# when a job name is not provided
1919
lint:
20-
if: github.event_name == 'schedule' || (github.event_name == 'push' && !contains(github.event.head_commit.message, '***NO_CI***') &&
21-
!contains(github.event.head_commit.message, '[ci skip]') && !contains(github.event.head_commit.message, '[skip ci]') &&
20+
if: github.event_name == 'schedule' ||
21+
(github.event_name == 'push' &&
22+
!contains(github.event.head_commit.message, '***NO_CI***') &&
23+
!contains(github.event.head_commit.message, '[ci skip]') &&
24+
!contains(github.event.head_commit.message, '[skip ci]') &&
2225
!contains(github.event.head_commit.message, '[skip_ci]'))
2326

2427
# Name the Job

0 commit comments

Comments
 (0)