Skip to content

Commit 28b6e18

Browse files
retry
1 parent 3a58971 commit 28b6e18

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/workflows/analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
branches:
77
- 'main'
88
- 'analysis/**'
9-
- 'Fix_website'
9+
#- 'Fix_website'
1010
jobs:
1111
algorithms:
1212
runs-on: ubuntu-latest

.github/workflows/website.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
name: Build & Deploy Website
22

33
on:
4+
push:
5+
branches:
6+
- 'main'
7+
- 'analysis/**'
8+
- 'Fix_website'
49
workflow_run:
510
workflows: [Algorithm Analysis]
611
branches:
@@ -56,7 +61,7 @@ jobs:
5661
mv .report.json utilities/
5762
python utilities/report-summary.py .report.json report-summary.json
5863
- name: 'Filter and compress results file.'
59-
run: python utilities/reduce_output_size.py test_output.csv test_output.csv.gz
64+
run: python utilities/reduce_output_size.py Data/test_output.csv test_output.csv.gz
6065

6166
- name: move data to the dashboard folder
6267
run: |

0 commit comments

Comments
 (0)