aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/test-scenarios.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/test-scenarios.yaml')
-rw-r--r--.github/workflows/test-scenarios.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/test-scenarios.yaml b/.github/workflows/test-scenarios.yaml
index 5393449..dbb3c1a 100644
--- a/.github/workflows/test-scenarios.yaml
+++ b/.github/workflows/test-scenarios.yaml
@@ -9,6 +9,7 @@ on:
jobs:
scenarios:
runs-on: ubuntu-latest
+ if: "!contains(github.event.head_commit.message, 'no-ci') && !contains(github.event.head_commit.message, 'CI ignore')"
steps:
- uses: actions/checkout@v2
- name: " Running predefined test scenarios"