Skip to content

Commit

Permalink
chore(github): use prefixed label to trigger bot
Browse files Browse the repository at this point in the history
related to CAM-14837
  • Loading branch information
ThorbenLindhauer committed Aug 31, 2022
1 parent ab1be5a commit 76533b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/java-dependency-tree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
if: ${{ github.event.label.name == 'java-dependency-tree' }}
if: ${{ github.event.label.name == 'bot:java-dependency-tree' }}
steps:
- uses: actions/[email protected]
with:
Expand Down

0 comments on commit 76533b8

Please sign in to comment.