From cb1cf470702bb9ac178c9cbcda267601e45b07de Mon Sep 17 00:00:00 2001 From: JohnnyRevay <65253638+jan-revay@users.noreply.github.com> Date: Sun, 5 Jan 2025 23:27:40 +0100 Subject: [PATCH] containers.yml: Do not execude for TODOs --- .github/workflows/containers.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/containers.yml b/.github/workflows/containers.yml index ad350155..d45e21c7 100644 --- a/.github/workflows/containers.yml +++ b/.github/workflows/containers.yml @@ -29,6 +29,10 @@ on: jobs: distro-test: + if: | + !endsWith(github.event.head_commit.message, 'Add a TODO') && + !endsWith(github.event.head_commit.message, 'Add TODOs') && + !endsWith(github.event.head_commit.message, 'Remove a completed TODO') runs-on: ubuntu-latest name: ${{ matrix.container }} strategy: