Skip to content

Commit 6888646

Browse files
authored
fix: cleanup from dev work
1 parent aa79844 commit 6888646

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

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

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ jobs:
3535
COMMENT_BODY: ${{ github.event.comment.body }}
3636

3737
find_exercise:
38-
if: false
3938
name: Find exercise by issue title
4039
runs-on: ubuntu-latest
4140

@@ -59,13 +58,11 @@ jobs:
5958
REPO: ${{ github.repository }}
6059

6160
post_step_3b_content:
62-
if: true
6361
name: Post step 3b content
64-
# needs: [find_exercise]
62+
needs: [find_exercise]
6563
runs-on: ubuntu-latest
6664
env:
67-
# ISSUE_URL: ${{ needs.find_exercise.outputs.issue-url }}
68-
ISSUE_URL: "https://github.com/chriswblake/playground/issues/32"
65+
ISSUE_URL: ${{ needs.find_exercise.outputs.issue-url }}
6966

7067
steps:
7168
- name: Checkout

0 commit comments

Comments
 (0)