actions: push-cancel: fix typo

This commit is contained in:
Earl Warren 2024-03-26 09:21:32 +01:00
parent d8673b8c0b
commit cd377ddbad
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00

View file

@ -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
#
# 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'