Skip to content

Commit 81f8ec0

Browse files
authored
remove "Add support for skipping CI" section (#47)
1 parent b8174c9 commit 81f8ec0

File tree

1 file changed

+3
-15
lines changed

1 file changed

+3
-15
lines changed

ci/gh-actions.md

+3-15
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,7 @@ jobs:
1616
runs-on: ubuntu-18.04
1717
timeout-minutes: 10
1818
steps:
19-
- uses: actions/checkout@v1
20-
```
21-
22-
#### Add support for skipping CI
23-
24-
GOOD
25-
26-
```yml
27-
jobs:
28-
test:
29-
name: Build and test
30-
runs-on: ubuntu-latest
31-
if: "!contains(github.event.head_commit.message, '[skip ci]')"
19+
- uses: actions/checkout@v1
3220
```
3321
3422
#### Print current ref
@@ -46,6 +34,6 @@ jobs:
4634
test:
4735
runs-on: ubuntu-latest
4836
steps:
49-
- name: Show current ref
50-
run: echo ${{ github.ref }}
37+
- name: Show current ref
38+
run: echo ${{ github.ref }}
5139
```

0 commit comments

Comments
 (0)