diff --git a/.github/workflows/reusable-flake-checks-ci-matrix.yml b/.github/workflows/reusable-flake-checks-ci-matrix.yml index 338da45a..b4c476c1 100644 --- a/.github/workflows/reusable-flake-checks-ci-matrix.yml +++ b/.github/workflows/reusable-flake-checks-ci-matrix.yml @@ -25,19 +25,6 @@ on: description: GitHub token to add as access-token in nix.conf required: false - # Allow this workflow to be triggered manually: - workflow_dispatch: - inputs: - run-cachix-deploy: - description: 'Deploy to cachix' - type: 'boolean' - default: false - required: false - -concurrency: - group: ${{ github.workflow }}-${{ github.repository }}-${{ github.event.pull_request.number || github.ref }} - cancel-in-progress: true - jobs: post-initial-comment: runs-on: ${{ fromJSON(inputs.runner) }}