We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eebe75e commit d00c240Copy full SHA for d00c240
.github/workflows/pr-agent.yaml
@@ -8,12 +8,12 @@ on:
8
issue_comment:
9
10
jobs:
11
- prevent-no-label-execution:
+ prevent-no-label-execution-pr-agent:
12
uses: autowarefoundation/autoware-github-actions/.github/workflows/prevent-no-label-execution.yaml@v1
13
with:
14
label: tag:pr-agent
15
pr_agent_job:
16
- needs: prevent-no-label-execution
+ needs: prevent-no-label-execution-pr-agent
17
if: ${{ needs.prevent-no-label-execution.outputs.run == 'true' }}
18
runs-on: ubuntu-latest
19
permissions:
0 commit comments