Skip to content

Commit

Permalink
don't run project checks on STW PR
Browse files Browse the repository at this point in the history
  • Loading branch information
bkleinen committed Jan 23, 2025
1 parent bc6b758 commit cf63cb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-project-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:
workflow_dispatch:

jobs:

check-pr-title:
if: ${{ ! startsWith(github.event.pull_request.title, 'STW') }}
runs-on: ubuntu-latest
env:
PR_TITLE: ${{ github.event.pull_request.title }}
Expand Down

0 comments on commit cf63cb0

Please sign in to comment.