mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2024-10-27 20:44:05 +00:00
fixed type
This commit is contained in:
parent
50f6fd13aa
commit
491c96eeb0
@ -266,7 +266,7 @@ You can disable specific tests using the [`if`][github-actions-if] condition, li
|
|||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
name: Test
|
name: Test
|
||||||
if: "!contains(github.event.head_commit.message, 'skip ci')
|
if: "!contains(github.event.head_commit.message, 'skip ci')"
|
||||||
steps:
|
steps:
|
||||||
...
|
...
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user