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 caf1d74 commit 9cc2bf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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.outputs.is_wip }} # Pass the custom output value from the step
is_wip_pr: ${{ steps.title_has_wip_marker.outputs.is_wip_pr }} # Pass the custom output value from the step
steps:
- name: Title has WIP Marker
id: title_has_wip_marker
Expand All @@ -27,7 +27,7 @@ jobs:
echo "is_wip=false" >> $GITHUB_ENV
fi
outputs:
is_wip: ${{ env.is_wip }}
is_wip_pr: ${{ env.is_wip }}

changes:
needs: check_wip_pr
Expand Down

0 comments on commit 9cc2bf7

Please sign in to comment.