Skip to content

Commit 73e7404

Browse files
author
M. Fatih Cırıt
committed
use old label dep
Signed-off-by: M. Fatih Cırıt <mfc@leodrive.ai>
1 parent d00c240 commit 73e7404

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-agent.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
label: tag:pr-agent
1515
pr_agent_job:
1616
needs: prevent-no-label-execution-pr-agent
17-
if: ${{ needs.prevent-no-label-execution.outputs.run == 'true' }}
17+
if: ${{ needs.prevent-no-label-execution-pr-agent.outputs.run == 'true' }}
1818
runs-on: ubuntu-latest
1919
permissions:
2020
issues: write

0 commit comments

Comments
 (0)