mirror of https://github.com/statping/statping
temporarily disable PR CI trigger
* I don't want my commits to spam the upstream repo with lots of failed action jobs for my incomplete PR * prevent accidentally creating a release (shouldn't happen with the modified workflow in the head branch (github uses base branch workflows) but you never know)pull/1118/head
parent
a8147eb790
commit
b5a9f17d6d
|
@ -3,9 +3,10 @@ on:
|
||||||
push:
|
push:
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- "**.md"
|
- "**.md"
|
||||||
pull_request:
|
# TODO turn PR trigger back on
|
||||||
paths-ignore:
|
# pull_request:
|
||||||
- "**.md"
|
# paths-ignore:
|
||||||
|
# - "**.md"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
is_stable: |
|
is_stable: |
|
||||||
|
|
Loading…
Reference in New Issue