Skip to content

Commit

Permalink
UbuntuGH.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 10f84d4 commit a3c4d02
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/UbuntuGH.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ on:

jobs:
build:
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')
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit a3c4d02

Please sign in to comment.