From 788add5ed055bcd97472a617161a7ae8a7c674ae Mon Sep 17 00:00:00 2001 From: scrungus Date: Fri, 3 Feb 2023 17:03:33 +0000 Subject: [PATCH] add back in --- .github/workflows/test.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index c4306a1..47fa19a 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -11,15 +11,15 @@ jobs: capi: ["v1.3.2"] capo: ["v0.7.0-stackhpc.3"] addonprovider: ["0.1.0-dev.0.main.21"] - shouldRun: - - true + shouldNotRun: + - ${{ github.event.pull_request.draft }} exclude: - version: kube-1-23 - shouldRun: true + shouldNotRun: true - version: kube-1-24 - shouldRun: true + shouldNotRun: true - version: kube-1-25 - shouldRun: true + shouldNotRun: true max-parallel: 1 fail-fast: false steps: