Skip to content

Commit

Permalink
Fettling.
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewbaggett committed May 17, 2024
1 parent 4273a67 commit 4c07bbc
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 4c07bbc

Please sign in to comment.