diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3b8f852..fe3aa93 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: