Skip to content

Commit b513f60

Browse files
committed
upload-database.yml: "Upload database dump as GitHub artifact"
The artifact compression and upload process is very slow especially for our large files, and the artifact is not being used at all for our stack build, not even for local testing.
1 parent 04dca60 commit b513f60

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/upload-database.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -68,16 +68,6 @@ jobs:
6868
sha256sum -c opendrr-boundaries-db.dump.sha256sum
6969
rm -f -v opendrr-boundaries-db.dump
7070
71-
- name: "Upload database dump as GitHub artifact"
72-
uses: actions/upload-artifact@v3
73-
if: "!contains(github.event.head_commit.message, '[ci skip]') && !contains(github.event.head_commit.message, '[skip ci]')"
74-
with:
75-
name: opendrr-boundaries-db
76-
path: |
77-
*.7z.[0-9][0-9][0-9]
78-
*.sha256sum
79-
if-no-files-found: error
80-
8171
- name: "Upload database dump as release assets using xresloader/upload-to-github-release@v1"
8272
uses: xresloader/upload-to-github-release@v1
8373
env:

0 commit comments

Comments
 (0)