Compare commits

..

No commits in common. "af38dbb89dc7a4ea332b1b50211fede9e03abee4" and "79d7831ef87f32c62bd5df1b99256306c9d9f2dc" have entirely different histories.

2 changed files with 4 additions and 8 deletions
.gitea/workflows

@ -4,10 +4,6 @@ on:
push: push:
branches: branches:
- "main" - "main"
paths:
- "apps/**"
- "services/**"
- "packages/**"
jobs: jobs:
build: build:

@ -47,10 +47,10 @@ jobs:
DB_PASS: ${{ secrets.DB_PASS }} DB_PASS: ${{ secrets.DB_PASS }}
name: Tests & Checks name: Tests & Checks
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
container: # container:
image: catthehacker/ubuntu:act-22.04 # image: catthehacker/ubuntu:act-22.04
volumes: # volumes:
- aquatic:/var/lib/aquatic # - aquatic:/var/lib/aquatic
timeout-minutes: 20 timeout-minutes: 20
permissions: permissions:
contents: read contents: read