fix(ci): fix constantly failing CI #450

Merged
luke merged 27 commits from fix-cicd into main 2025-01-02 18:05:16 +01:00
2 changed files with 2 additions and 0 deletions
Showing only changes of commit ad00292313 - Show all commits

View File

@ -1,3 +1,4 @@
name: CI w/ Poetry and Docker
on: on:
pull_request: pull_request:
types: [opened, synchronize, reopened] types: [opened, synchronize, reopened]

View File

@ -1,3 +1,4 @@
name: Release
on: on:
schedule: schedule:
- cron: "0 9 * * 0" - cron: "0 9 * * 0"