Skip to content

Commit

Permalink
Update build step outcome
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler-mairose-sp committed Mar 5, 2024
1 parent 835d2bc commit 314a6ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
node sdk-resources/postscript.js ./sailpoint/beta
- name: After SDK Build
if: steps.buildCC.outcome == 'success'
if: steps.buildV3.outcome == 'success'
run: |
pip install -r requirements.txt
pip install -e .
Expand Down

0 comments on commit 314a6ae

Please sign in to comment.