Skip to content

Commit d1fddc4

Browse files
check existing issue
1 parent 8e7eddd commit d1fddc4

File tree

1 file changed

+2
-19
lines changed

1 file changed

+2
-19
lines changed

.github/workflows/grid_client_nightly.yml

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -133,26 +133,9 @@ jobs:
133133
steps.zdb.outcome != 'success' ||
134134
steps.deleteall.outcome != 'success'
135135
run: exit 1
136-
continue-on-error: true
137-
138-
139-
140-
- name: Check for duplicate issues
141-
id: check_duplicates
142-
uses: wow-actions/potential-duplicates@v1
143-
with:
144-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
145-
filter: ''
146-
exclude: ''
147-
label: potential-duplicate
148-
state: all
149-
threshold: 0.6
150-
reactions: 'eyes, confused'
151-
comment: >
152-
The Tests failed today also.
153136

154137
- name: Create GitHub Issue on Failure
155-
if: failure() && steps.check_duplicates.outputs.duplicate == 'false' && '$(date +%u)' != '5' && '$(date +%u)' != '6'
138+
if: failure() && '$(date +%u)' != '5' && '$(date +%u)' != '6'
156139
uses: dacbd/create-issue-action@main
157140
with:
158141
token: ${{ github.token }}
@@ -177,4 +160,4 @@ jobs:
177160
Kvstore: ${{ steps.kvstore.outcome }}
178161
Zdb: ${{ steps.zdb.outcome }}
179162
Delete all contracts: ${{ steps.deleteall.outcome }}
180-
labels: type_bug, grid_client
163+
labels: type_bug, grid_client

0 commit comments

Comments
 (0)