Skip to content

Commit

Permalink
feat: add on comment workflow activation
Browse files Browse the repository at this point in the history
  • Loading branch information
Lopa10ko committed Jun 13, 2024
1 parent b618711 commit 6f9a3f6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/integration_retrieval.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
name: Retrieval Integration

on:
workflow_dispatch:
issue_comment:
types: [created]

jobs:
scheduled:
runs-on: ubuntu-latest
if: github.event.issue.pull_request && contains(github.event.comment.body, '/retrieve_troubled_pipelines')
timeout-minutes: 95
strategy:
matrix:
Expand Down

0 comments on commit 6f9a3f6

Please sign in to comment.