diff --git a/.github/workflows/.test.yml b/.github/workflows/.test.yml deleted file mode 100644 index e095dd6..0000000 --- a/.github/workflows/.test.yml +++ /dev/null @@ -1,26 +0,0 @@ -name: .test - -concurrency: - group: ${{ github.workflow }}-${{ github.ref }} - cancel-in-progress: true - -permissions: - contents: read - actions: read - -on: - workflow_dispatch: - push: - branches: - - main - pull_request: - -jobs: - zizmor: - uses: ./.github/workflows/zizmor.yml - permissions: - contents: read - actions: read - security-events: write - with: - zizmor_version: 1.5.2 diff --git a/.github/workflows/octoguard.yml b/.github/workflows/octoguard.yml index d42f475..636e116 100644 --- a/.github/workflows/octoguard.yml +++ b/.github/workflows/octoguard.yml @@ -1,7 +1,16 @@ name: octoguard +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true + on: workflow_call: + workflow_dispatch: + pull_request: + push: + branches: + - main permissions: contents: read