From 26abedba2417ef166a3dfe2370736ec337ed7dfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Sat, 4 Apr 2026 16:38:53 +0200 Subject: Test: watching branch and cancellation --- test/asset/run/cancel.yaml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 test/asset/run/cancel.yaml (limited to 'test/asset') diff --git a/test/asset/run/cancel.yaml b/test/asset/run/cancel.yaml new file mode 100644 index 0000000..25b807a --- /dev/null +++ b/test/asset/run/cancel.yaml @@ -0,0 +1,28 @@ +job first: + shell: | + mkfifo wait + realpath wait + cat wait + touch x + + artifact out: + path: x + + +job second: + uses: + - first.out + + shell: | + mv x y + + artifact out: + path: y + + +job third: + shell: | + touch z + + artifact out: + path: z -- cgit v1.2.3