From e0c4ad4a041acd23b92d2c37f0eb416fe90fdcd9 Mon Sep 17 00:00:00 2001 From: Meenakshi Sharma <163925564+nvda-mesharma@users.noreply.github.com> Date: Tue, 30 Jul 2024 13:16:53 -0700 Subject: [PATCH] Update verified.yml --- .github/workflows/verified.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/verified.yml b/.github/workflows/verified.yml index 1c2c005d..5862bce9 100644 --- a/.github/workflows/verified.yml +++ b/.github/workflows/verified.yml @@ -2,9 +2,9 @@ on: issue_comment: types: [created] jobs: - run-test: + add-verified-labels: runs-on: ubuntu-latest - if: github.event.issue.pull_request && contains(github.event.comment.body, '/ready')add-verified-labels: + if: github.event.issue.pull_request && contains(github.event.comment.body, '/ready') environment: GITLAB runs-on: self-hosted if: ${{ always() && !cancelled() && needs.*.result == 'success' }}