Skip to content

Commit afb1080

Browse files
authored
Update noise_processing.yml
commenting out extra steps
1 parent 745e121 commit afb1080

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/workflows/noise_processing.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -48,16 +48,16 @@ jobs:
4848
commit_message: Commit to Github
4949
file_pattern: 'ambient_sound_analysis/img/*.png'
5050

51-
- name: Upload as artifact
52-
uses: actions/upload-artifact@v4
53-
with:
54-
name: ambient_sound_plots
55-
path: ambient_sound_analysis/img/*.png
56-
57-
- name: Upload to Google Drive
58-
uses: AnimMouse/setup-rclone@v1
59-
with:
60-
rclone_config: ${{secrets.RCLONE_CONFIG}}
61-
62-
- run: |
63-
rclone copy ambient_sound_analysis/img/broadband.png mydrive:rclone_uploads/
51+
# - name: Upload as artifact
52+
# uses: actions/upload-artifact@v4
53+
# with:
54+
# name: ambient_sound_plots
55+
# path: ambient_sound_analysis/img/*.png
56+
57+
# - name: Upload to Google Drive
58+
# uses: AnimMouse/setup-rclone@v1
59+
# with:
60+
# rclone_config: ${{secrets.RCLONE_CONFIG}}
61+
#
62+
# - run: |
63+
# rclone copy ambient_sound_analysis/img/broadband.png mydrive:rclone_uploads/

0 commit comments

Comments
 (0)