Update the production branch #82

Merged
heinzel merged 35 commits from master into production 2024-09-16 08:50:39 +02:00
Showing only changes of commit 4e9da77896 - Show all commits

View File

@@ -4,7 +4,7 @@ on: [push]
jobs: jobs:
make-test: make-test:
name: Run make test name: Run make test
runs-on: linux_amd64 runs-on: [django-dav-events]
steps: steps:
- name: "Checkout the repository" - name: "Checkout the repository"
run: git clone "${{ gitea.server_url }}/${{ gitea.repository }}" ./repository run: git clone "${{ gitea.server_url }}/${{ gitea.repository }}" ./repository