Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Elango Cheran <[email protected]>
  • Loading branch information
rp9-next and echeran authored Aug 29, 2024
1 parent cb3ad46 commit 73ef262
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/icu_exhaustive_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@

name: Exhaustive Tests for ICU

env:
PR_COMMENT_TRIGGER_TEXT: "run exhaustive tests"

on:
workflow_dispatch:
issue_comment:
Expand All @@ -27,7 +30,7 @@ jobs:
icu4j-linux:
if: github.event.issue.pull_request != null &&
(contains(github.event_name, 'workflow_dispatch') ||
contains(github.event.comment.body, 'run exhaustive tests'))
contains(github.event.comment.body, ${{ env.PR_COMMENT_TRIGGER_TEXT }}))
runs-on: ubuntu-latest
timeout-minutes: 180
steps:
Expand Down

0 comments on commit 73ef262

Please sign in to comment.