Skip to content

Commit 930ab4d

Browse files
committed
Remove wait option from Tower Actions
1 parent bc4ec0c commit 930ab4d

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.github/workflows/cloud_tests_full.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ jobs:
3636
"hook_url": "${{ secrets.MEGATESTS_ALERTS_SLACK_HOOK_URL }}",
3737
"outdir": "${{ secrets.TOWER_BUCKET_AWS }}/rnaseq/results-${{ github.sha }}/aligner_${{ matrix.aligner }}"
3838
}
39-
wait: false
4039
- uses: actions/upload-artifact@v3
4140
with:
4241
name: Tower debug log file
@@ -61,7 +60,6 @@ jobs:
6160
"hook_url": "${{ secrets.MEGATESTS_ALERTS_SLACK_HOOK_URL }}",
6261
"outdir": "${{ secrets.TOWER_BUCKET_GCP }}/rnaseq/results-${{ github.sha }}/aligner_${{ matrix.aligner }}"
6362
}
64-
wait: false
6563
- uses: actions/upload-artifact@v3
6664
with:
6765
name: Tower debug log file
@@ -87,7 +85,6 @@ jobs:
8785
"outdir": "${{ secrets.TOWER_BUCKET_AZURE }}/rnaseq/results-${{ github.sha }}/aligner_${{ matrix.aligner }}",
8886
"igenomes_base": "${{ secrets.TOWER_IGENOMES_BASE_AZURE }}"
8987
}
90-
wait: false
9188
- uses: actions/upload-artifact@v3
9289
with:
9390
name: Tower debug log file

.github/workflows/cloud_tests_small.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ jobs:
3030
{
3131
"outdir": "${{ secrets.TOWER_BUCKET_AWS }}/rnaseq/results-test-${{ github.sha }}"
3232
}
33-
wait: false
3433
- uses: actions/upload-artifact@v3
3534
with:
3635
name: Tower debug log file
@@ -51,7 +50,6 @@ jobs:
5150
{
5251
"outdir": "${{ secrets.TOWER_BUCKET_GCP }}/rnaseq/results-test-${{ github.sha }}"
5352
}
54-
wait: false
5553
- uses: actions/upload-artifact@v3
5654
with:
5755
name: Tower debug log file
@@ -72,7 +70,6 @@ jobs:
7270
{
7371
"outdir": "${{ secrets.TOWER_BUCKET_AZURE }}/rnaseq/results-test-${{ github.sha }}"
7472
}
75-
wait: false
7673
- uses: actions/upload-artifact@v3
7774
with:
7875
name: Tower debug log file

0 commit comments

Comments
 (0)