Skip to content

Commit c65fa91

Browse files
committed
Increase timeout for fetch-artifacts.sh to 1 minute
1 parent aa7610e commit c65fa91

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/quality-monitor-comment-pr.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ jobs:
2727
TOKEN: ${{ secrets.GITHUB_TOKEN }}
2828
OTHER_WORKFLOWS: "quality-monitor-build.yml,dependency-check.yml"
2929
ARTIFACT_NAMES: "quality-reports,dependency-report"
30-
RETRIES: 30
31-
SLEEP_SEC: 10
3230
run: |
3331
chmod +x ./.github/scripts/fetch-artifacts.sh
3432
./.github/scripts/fetch-artifacts.sh

.github/workflows/quality-monitor-comment.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ jobs:
3737
TOKEN: ${{ secrets.GITHUB_TOKEN }}
3838
OTHER_WORKFLOWS: "quality-monitor-build.yml,dependency-check.yml"
3939
ARTIFACT_NAMES: "quality-reports,dependency-report"
40-
RETRIES: 30
41-
SLEEP_SEC: 10
4240
run: |
4341
chmod +x ./.github/scripts/fetch-artifacts.sh
4442
./.github/scripts/fetch-artifacts.sh

0 commit comments

Comments
 (0)