Skip to content

Commit

Permalink
ci: build path-ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
auricom committed Jul 19, 2024
1 parent 172c87b commit 525fba6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 16 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
name: build-ucore-custom
on:
schedule:
- cron: 15 1 * * * # approx 1.5 hours after ublue-os/ucore images publish
push:
branches:
- main
paths-ignore:
- .github
- .gitignore
- .trunk
- '**/README.md'
- LICENSE
workflow_dispatch:

env:
Expand Down
4 changes: 0 additions & 4 deletions Containerfile.storage
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ COPY apps/resilio-sync/resilio-sync-helene.volume /usr/share/containers/systemd/
COPY apps/resilio-sync/config/claude.conf /usr/etc/resilio-sync/claude.conf
COPY apps/resilio-sync/config/helene.conf /usr/etc/resilio-sync/helene.conf

# Apps - Samba
COPY apps/samba/smb.conf /usr/etc/samba/smb.conf
COPY apps/samba/shares/photo /var/lib/samba/usershares/photo

# Apps - Scrutiny-collector
COPY apps/scrutiny-collector/storage.container /usr/share/containers/systemd/scrutiny-collector.container
COPY apps/scrutiny-collector/storage.sops.env /usr/share/scrutiny-collector/config.sops.env
Expand Down
5 changes: 0 additions & 5 deletions apps/samba/shares/photo

This file was deleted.

5 changes: 0 additions & 5 deletions apps/samba/smb.conf

This file was deleted.

0 comments on commit 525fba6

Please sign in to comment.