Skip to content

Commit 5bdcde4

Browse files
test?
1 parent 5241ff1 commit 5bdcde4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/predict-conflicts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828

2929
- name: validate potential conflicts
3030
run: echo $test && echo $conflicts && wget https://raw.githubusercontent.com/dashpay/dash/develop/.github/workflows/handle_potential_conflicts.py && pip3 install hjson && python3 handle_potential_conflicts.py "$conflicts"
31-
env:
32-
conflicts: ${{ steps.conflicts-check.outputs.conflicts }}
31+
# env:
32+
# conflicts: ${{ steps.conflicts-check.outputs.conflicts }}
3333

3434
- name: comment on PR if there are conflicting PRs
3535
if: steps.conflicts-check.outputs.conflictingPrs != ''

0 commit comments

Comments
 (0)