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: