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 98a6924 commit 3708564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
check_wip_pr:
runs-on: ubuntu-latest
outputs:
is_wip_pr: ${{ steps.title_has_wip_marker.outcome }}" != "skipped"
is_wip_pr: ${{ steps.title_has_wip_marker.outcome }} != "skipped"
steps:
- name: Title has WIP Marker
id: title_has_wip_marker
Expand Down

0 comments on commit 3708564

Please sign in to comment.