.github: add notice to delete the [ci skip] block

if the commented block is left in the PR text, CI won't run
This commit is contained in:
Piraty 2021-01-18 14:01:24 +01:00 committed by Piraty
parent 89bbae679f
commit c474e2d3a9

View file

@ -9,9 +9,9 @@
<!-- <!--
If GitHub CI cannot be used to validate the build result (for example, if the If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to include "[ci skip]' in build is likely to take several hours), make sure to
either the PR title or this description. When skipping CI, uncomment and complete [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
the following section. When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI. acceptable to skip CI.
--> -->
@ -23,6 +23,4 @@ acceptable to skip CI.
- [ ] aarch64-musl - [ ] aarch64-musl
- [ ] armv7l - [ ] armv7l
- [ ] armv6l-musl - [ ] armv6l-musl
[ci skip]
--> -->