Skip to content

Commit

Permalink
containers.yml: Do not execude for TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-revay authored Jan 5, 2025
1 parent a3c4d02 commit cb1cf47
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit cb1cf47

Please sign in to comment.