actions: push-cancel: fix typo
This commit is contained in:
parent
d8673b8c0b
commit
cd377ddbad
1 changed files with 1 additions and 1 deletions
|
@ -13,6 +13,6 @@ forgejo-test-helper.sh wait_running $url $repo $sha
|
||||||
#
|
#
|
||||||
forgejo-test-helper.sh push_workflow actions/example-$example $url root example-$example setup-forgejo $token
|
forgejo-test-helper.sh push_workflow actions/example-$example $url root example-$example setup-forgejo $token
|
||||||
#
|
#
|
||||||
# wait for the workflow to be canceld as a result of the previous push
|
# wait for the workflow to be canceled as a result of the previous push
|
||||||
#
|
#
|
||||||
forgejo-test-helper.sh wait_failure $url $repo $sha 'Has been cancelled'
|
forgejo-test-helper.sh wait_failure $url $repo $sha 'Has been cancelled'
|
||||||
|
|
Loading…
Add table
Reference in a new issue