From bed9dc08d2a089ee2a783a6bb2f0c07769c6a3e8 Mon Sep 17 00:00:00 2001 From: Matthew Baggett <matthew@baggett.me> Date: Fri, 17 May 2024 10:55:32 +0200 Subject: [PATCH] Fettling. --- .github/workflows/test.yml | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 .github/workflows/test.yml diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml deleted file mode 100644 index c4c223f..0000000 --- a/.github/workflows/test.yml +++ /dev/null @@ -1,28 +0,0 @@ -name: Tests - -permissions: - contents: read - packages: write - -on: - workflow_call: - workflow_dispatch: - push: - branches: - - main - schedule: - - cron: "0 14 * * 2" # 2pm Patch Tuesday - -concurrency: - group: ${{ github.head_ref || github.run_id }} - cancel-in-progress: true - -jobs: - trunk: - name: Trunk Check Runner - runs-on: ubuntu-latest - permissions: - checks: write # For trunk to post annotations - steps: - - uses: actions/checkout@v3 - - uses: trunk-io/trunk-action@v1