Skip to content

Commit

Permalink
pint callable
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicfraser committed Jan 23, 2024
1 parent 79e1b22 commit fbd9217
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jobs:
# id: step-one
# run: exit -1

- name: Print status
if: steps.step-one.result == 'success'
run: echo "jobs.call-workflow.result"

- name: Print hello
if: steps.step-one.result == 'success'
run: echo "hello"
Expand Down

0 comments on commit fbd9217

Please sign in to comment.