Skip to content

Commit e6a9076

Browse files
fix: Require keywords for workflow to run
Co-authored-by: Aleksander Fidelus <[email protected]>
1 parent 1651b10 commit e6a9076

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/3b-copilot-agent-mode.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959

6060
post_step_3b_content:
6161
name: Post step 3b content
62-
needs: [find_exercise]
62+
needs: [find_exercise, required_issue_comment_keywords]
6363
runs-on: ubuntu-latest
6464
env:
6565
ISSUE_URL: ${{ needs.find_exercise.outputs.issue-url }}

0 commit comments

Comments
 (0)