Skip to content

Commit 42201d5

Browse files
author
M. Fatih Cırıt
committed
if
Signed-off-by: M. Fatih Cırıt <mfc@leodrive.ai>
1 parent b27d514 commit 42201d5

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
labels: "tag:pr-agent"
1515
pr_agent_job:
1616
needs: prevent-no-label-execution-pr-agent
17-
if: needs.label.outputs.status == 'success'
17+
if: ${{ needs.label.outputs.status == 'success' }}
1818
runs-on: ubuntu-latest
1919
permissions:
2020
issues: write

0 commit comments

Comments
 (0)