Skip to content

Commit

Permalink
[skip ci] #0: Call all-post-commit on comment (#14187)
Browse files Browse the repository at this point in the history
  • Loading branch information
blozano-tt authored Oct 23, 2024
1 parent 311c461 commit 00e6e32
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test-comment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,14 @@ jobs:
if: github.event.issue.pull_request && contains(github.event.comment.body, '/test')
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Test
run: |
echo "Testing..."
ls
trigger-tests:
if: github.event.issue.pull_request && contains(github.event.comment.body, '/test')
uses: ./.github/workflows/all-post-commit-workflows.yaml
build-type: Release
secrets: inherit

0 comments on commit 00e6e32

Please sign in to comment.