Skip to content

Commit 550f9b2

Browse files
Merge pull request #2306 from ciscorucinski/fix/workflow/issue-milestone-collector
Fix/workflow/issue milestone collector
2 parents ba10206 + 48b8c25 commit 550f9b2

File tree

3 files changed

+5
-21976
lines changed

3 files changed

+5
-21976
lines changed

.github/workflows/issue-milestone-collector.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -208,11 +208,11 @@ jobs:
208208
run: |
209209
mkdir -p -v $SCRIPT_DIR/$STREAM_DIR $SCRIPT_DIR/$MAPPING_DIR $SCRIPT_DIR/$DATA_DIR
210210
211-
- name: Download Stream Artifacts
212-
uses: actions/download-artifact@v3
213-
with:
214-
name: ${{ env.STREAM_NAME }}
215-
path: ${{ env.SCRIPT_DIR }}/${{ env.STREAM_DIR }}
211+
# - name: Download Stream Artifacts
212+
# uses: actions/download-artifact@v3
213+
# with:
214+
# name: ${{ env.STREAM_NAME }}
215+
# path: ${{ env.SCRIPT_DIR }}/${{ env.STREAM_DIR }}
216216

217217
- name: Download Mapping Artifacts
218218
uses: actions/download-artifact@v3

0 commit comments

Comments
 (0)