Skip to content

Commit a203fda

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

1 file changed

Lines changed: 3 additions & 9 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,9 @@ 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: |
21-
github.event_name == 'schedule' || \
22-
(
23-
github.event_name == 'push' && \
24-
!contains(github.event.head_commit.message, '***NO_CI***') && \
25-
!contains(github.event.head_commit.message, '[ci skip]') && \
26-
!contains(github.event.head_commit.message, '[skip ci]') && \
27-
!contains(github.event.head_commit.message, '[skip_ci]')
28-
)
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]') && \
22+
!contains(github.event.head_commit.message, '[skip_ci]'))
2923

3024
# Name the Job
3125
name: Lint code base

0 commit comments

Comments
 (0)