From 73e7404ffbe1a768e6a382e42193ae53421e0a81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=2E=20Fatih=20C=C4=B1r=C4=B1t?= Date: Fri, 15 Mar 2024 16:08:13 +0300 Subject: [PATCH] use old label dep MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: M. Fatih Cırıt --- .github/workflows/pr-agent.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-agent.yaml b/.github/workflows/pr-agent.yaml index d6def8a28d58b..05dda8768f9ef 100644 --- a/.github/workflows/pr-agent.yaml +++ b/.github/workflows/pr-agent.yaml @@ -14,7 +14,7 @@ jobs: label: tag:pr-agent pr_agent_job: needs: prevent-no-label-execution-pr-agent - if: ${{ needs.prevent-no-label-execution.outputs.run == 'true' }} + if: ${{ needs.prevent-no-label-execution-pr-agent.outputs.run == 'true' }} runs-on: ubuntu-latest permissions: issues: write