From 54b0888107817fbd28f6e46c3cd402318c10ae46 Mon Sep 17 00:00:00 2001 From: Stephan Date: Thu, 9 Dec 2021 08:48:06 +0100 Subject: [PATCH] wkf exp --- .github/workflows/rest-description.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/rest-description.yml b/.github/workflows/rest-description.yml index b6ae8d7..8967abd 100644 --- a/.github/workflows/rest-description.yml +++ b/.github/workflows/rest-description.yml @@ -6,6 +6,9 @@ on: jobs: toy-desc: runs-on: ubuntu-latest + if: | + !github.event.issue.title.contains('!exclude!') || + github.event.issue.title.contains('!force!') steps: - name: Toy with issue description uses: actions/github-script@v4.0.2