fix: updated yml files to include retention days for artifacts

This commit is contained in:
Ida Dittrich 2026-03-06 15:38:58 +01:00
parent d5a4c880a4
commit 9ec302a166
2 changed files with 10 additions and 0 deletions

View file

@ -6,6 +6,11 @@ on:
- int - int
workflow_dispatch: workflow_dispatch:
# Cancel in-progress runs when a new run is triggered (saves logs/storage)
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs: jobs:
build-and-deploy: build-and-deploy:
runs-on: ubuntu-latest runs-on: ubuntu-latest

View file

@ -6,6 +6,11 @@ on:
- main - main
workflow_dispatch: workflow_dispatch:
# Cancel in-progress runs when a new run is triggered (saves logs/storage)
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs: jobs:
build-and-deploy: build-and-deploy:
runs-on: ubuntu-latest runs-on: ubuntu-latest