diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index a8a72602bf5..7c295e3b50f 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -1,6 +1,8 @@ name: Lint on: pull_request: + workflow_dispatch: + concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} cancel-in-progress: true