Skip to content

Commit

Permalink
[#3] test
Browse files Browse the repository at this point in the history
  • Loading branch information
elBoberido committed Nov 20, 2024
1 parent e5ffc87 commit 4564119
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,13 @@ jobs:
check_wip_pr:
runs-on: ubuntu-latest
steps:
- name: Print PR title for debugging
run: echo "PR Title: ${{ github.event.pull_request.title }}"

- name: Check for WIP Marker
if: startsWith(github.event.pull_request.title, '[WIP]')
run: |
echo "WIP PR -> Aborting CI"
echo "PR is work in progress -> Aborting CI"
exit 1
changes:
Expand Down

0 comments on commit 4564119

Please sign in to comment.