Skip to content

Commit 94ad823

Browse files
committed
updated exercise to remove merge coflcit simulation from step1 just in step included open pr as condition
1 parent 4dd0600 commit 94ad823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/0-start-exercise.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
post_next_step_content:
5959
name: Post next step content
6060
runs-on: ubuntu-latest
61-
needs: [start_exercise]
61+
needs: [start_exercise, prepare_merge_conflict]
6262
env:
6363
ISSUE_URL: ${{ needs.start_exercise.outputs.issue-url }}
6464

0 commit comments

Comments
 (0)