chore: revise tests

This commit is contained in:
Marcel_Henselin 2026-02-10 14:42:48 +01:00
parent 55eeed71f0
commit 3505fb56f0
3 changed files with 15 additions and 17 deletions

View file

@ -6,6 +6,11 @@ on:
- alpha
- main
workflow_dispatch:
schedule:
# every sunday at 00:00
# - cron: '0 0 * * 0'
# every day at 00:00
- cron: '0 0 * * *'
push:
branches:
- '!main'
@ -100,7 +105,9 @@ jobs:
--version=${VERSION}
main:
if: ${{ github.event_name != 'schedule' }}
name: CI
runs-on: ubuntu-latest
needs: config
@ -146,6 +153,7 @@ jobs:
path: "stackit/${{ env.CODE_COVERAGE_FILE_NAME }}"
config:
if: ${{ github.event_name != 'schedule' }}
name: Check GoReleaser config
runs-on: ubuntu-latest
steps: