From c5359af996ce483e558a99079844233ddba9c6b5 Mon Sep 17 00:00:00 2001 From: k4mien Date: Wed, 24 Jan 2024 01:52:08 +0100 Subject: [PATCH] deleted comments --- .github/workflows/linter.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 6f85fac..bb2436c 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -2,14 +2,11 @@ name: Linter on: - # run anytime a PR is merged to main or a direct push to main push: branches: [ dev ] - # run on any push to a PR branch pull_request: -# cancel any previously-started, yet still active runs of this workflow on the same branch concurrency: group: ${{ github.ref }}-${{ github.workflow }} cancel-in-progress: true