Skip to content

Commit

Permalink
Merge pull request #19379 from Martchus/clone-on-comment-production
Browse files Browse the repository at this point in the history
Avoid running workflow for cloning via comments for all comments
  • Loading branch information
baierjan authored May 24, 2024
2 parents 3d8dc78 + 9153c4e commit 97bff81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/openqa-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ env:
jobs:
clone_mentioned_job:
runs-on: ubuntu-latest
if: ${{ github.event.issue.pull_request }}
if: "github.event.issue.pull_request && contains(github.event.comment.body, 'openqa: Clone ')"
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN_FOR_ACTIONS }}
container:
Expand Down

0 comments on commit 97bff81

Please sign in to comment.