Fettling.

This commit is contained in:
Greyscale 2024-05-17 10:55:32 +02:00
parent 4273a67263
commit 4c07bbc462
No known key found for this signature in database
GPG key ID: 74BAFF55434DA4B2

View file

@ -1,21 +1,20 @@
name: Build S3DB
permissions:
contents: read
packages: write
on:
workflow_call:
workflow_dispatch:
workflow_run:
workflows: ["Postgres", "MariaDB"]
types: [completed]
push:
branches:
- main
paths:
- s3db/**
- .github/workflows/s3db.yml
schedule:
- cron: "0 14 * * 2" # 2pm Patch Tuesday
concurrency:
group: ${{ github.workflow }}-s3db-${{ github.head_ref || github.run_id }}
group: ${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs: