Fogejo Actions tests
This commit is contained in:
parent
d255395fc8
commit
7ccbeb7a46
34 changed files with 764 additions and 1 deletions
17
actions/example-if-cancel/.forgejo/workflows/test.yml
Normal file
17
actions/example-if-cancel/.forgejo/workflows/test.yml
Normal file
|
@ -0,0 +1,17 @@
|
|||
#
|
||||
# As of Forgejo v1.20 running this example would require using the web
|
||||
# endpoints because there is no API to do the same.
|
||||
#
|
||||
# It was manually tested to **not work** with Forgejo v1.21 & runner 3.0.1
|
||||
#
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: docker
|
||||
steps:
|
||||
|
||||
- run: sleep infinity
|
||||
|
||||
- if: cancelled()
|
||||
run: echo IF TEST CANCELLED
|
Loading…
Add table
Reference in a new issue