Skip to content

Commit 6ed2cad

Browse files
authored
update ci [skip_ci]
1 parent a203fda commit 6ed2cad

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ 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' || (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]') &&
2222
!contains(github.event.head_commit.message, '[skip_ci]'))
2323

2424
# Name the Job

0 commit comments

Comments
 (0)