Skip to content

Commit d00c240

Browse files
author
M. Fatih Cırıt
committed
label job name
Signed-off-by: M. Fatih Cırıt <mfc@leodrive.ai>
1 parent eebe75e commit d00c240

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr-agent.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ on:
88
issue_comment:
99

1010
jobs:
11-
prevent-no-label-execution:
11+
prevent-no-label-execution-pr-agent:
1212
uses: autowarefoundation/autoware-github-actions/.github/workflows/prevent-no-label-execution.yaml@v1
1313
with:
1414
label: tag:pr-agent
1515
pr_agent_job:
16-
needs: prevent-no-label-execution
16+
needs: prevent-no-label-execution-pr-agent
1717
if: ${{ needs.prevent-no-label-execution.outputs.run == 'true' }}
1818
runs-on: ubuntu-latest
1919
permissions:

0 commit comments

Comments
 (0)