Skip to content

Commit

Permalink
[eclipse-iceoryx#3] Skip CI if PR title starts with 'WIP'
Browse files Browse the repository at this point in the history
  • Loading branch information
elBoberido committed Nov 12, 2024
1 parent 9463c6d commit 0f52247
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:

jobs:
changes:
if: !startsWith(github.event.pull_request.title, '[WIP]')
runs-on: ubuntu-latest
permissions:
pull-requests: read
Expand Down

0 comments on commit 0f52247

Please sign in to comment.