Skip to content

Commit

Permalink
PM-43060 Only run evaluate-response if add-version was executed
Browse files Browse the repository at this point in the history
  • Loading branch information
mst-kialo committed Oct 20, 2023
1 parent cd95f3b commit 96f22b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/moodle-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ jobs:
- name: Evaluate the response
id: evaluate-response
if: steps.add-version.conclusion == 'success'
env:
RESPONSE: ${{ steps.add-version.outputs.response }}
run: |
Expand Down

0 comments on commit 96f22b9

Please sign in to comment.