From c74379fa5b861606869d174261acfc5ac838ac49 Mon Sep 17 00:00:00 2001 From: Ammar ELWazir Date: Thu, 4 Apr 2024 12:17:36 -0500 Subject: [PATCH] Update rerun.yml [ROCm/rocprofiler-sdk commit: ad22340a8c38cfeeb9c77e277412dd4c17b7c09b] --- projects/rocprofiler-sdk/.github/workflows/rerun.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/projects/rocprofiler-sdk/.github/workflows/rerun.yml b/projects/rocprofiler-sdk/.github/workflows/rerun.yml index cb5b81a415..a5e7b51639 100644 --- a/projects/rocprofiler-sdk/.github/workflows/rerun.yml +++ b/projects/rocprofiler-sdk/.github/workflows/rerun.yml @@ -25,22 +25,22 @@ jobs: - | ${{ github.event.issue.pull_request && github.event.comment.body=='/rerun vega20' && - !github.event.issue.closed_at }} + github.event.issue.state=='open' }} navi3: - | ${{ github.event.issue.pull_request && github.event.comment.body=='/rerun navi3' && - !github.event.issue.closed_at }} + github.event.issue.state=='open' }} mi300: - | ${{ github.event.issue.pull_request && github.event.comment.body=='/rerun mi300' && - !github.event.issue.closed_at }} + github.event.issue.state=='open' }} mi200: - | ${{ github.event.issue.pull_request && github.event.comment.body=='/rerun mi200' && - !github.event.issue.closed_at }} + github.event.issue.state=='open' }} os: [ubuntu-22.04] build-type: [RelWithDebInfo] ci-flags: ['--linter clang-tidy']