Skip to content

Commit

Permalink
Fix path to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Emilgardis committed Dec 27, 2023
1 parent f803025 commit 85d3ae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/try.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ on:
jobs:
try:
if: github.event.issue.pull_request && github.event.comment.author_association == 'MEMBER' && (contains(github.event.comment.body, '\n/ci try') || startsWith(github.event.comment.body, '/ci try'))
uses: ./.github/workflows/CI.yml
uses: ./.github/workflows/ci.yml
with:
matrix-args: try --comment ${{ github.event.comment.body }} --pr ${{ github.event.issue.number }}

0 comments on commit 85d3ae4

Please sign in to comment.