Skip to content

Commit

Permalink
AAE-17087 math comparision
Browse files Browse the repository at this point in the history
  • Loading branch information
wojciech-piotrowiak committed Oct 6, 2023
1 parent 7187010 commit e3cf149
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ runs:
echo "total_time=${total_time}" >> $GITHUB_OUTPUT
- name: Slack Notification
if: steps.fetch_time.outputs.total_time > inputs.max-build-time-seconds
if: fromJSON(steps.fetch_time.outputs.total_time) > fromJSON(inputs.max-build-time-seconds)
uses: Alfresco/alfresco-build-tools/.github/actions/[email protected]
with:
channel-id: ${{ inputs.slack-channel }}
Expand Down

0 comments on commit e3cf149

Please sign in to comment.