summaryrefslogtreecommitdiffstats
path: root/pkg/runner/testdata/skip/skip.yml
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/runner/testdata/skip/skip.yml')
-rw-r--r--pkg/runner/testdata/skip/skip.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/pkg/runner/testdata/skip/skip.yml b/pkg/runner/testdata/skip/skip.yml
new file mode 100644
index 0000000..7f6d303
--- /dev/null
+++ b/pkg/runner/testdata/skip/skip.yml
@@ -0,0 +1,9 @@
+name: skip
+on: push
+
+jobs:
+ check:
+ runs-on: ubuntu-latest
+ steps:
+ - if: false
+ run: echo nothing