diff --git a/.github/workflows/mega-linter.yml b/.github/workflows/mega-linter.yml index 75e684f..8549cb3 100644 --- a/.github/workflows/mega-linter.yml +++ b/.github/workflows/mega-linter.yml @@ -15,13 +15,14 @@ jobs: name: Cancel duplicate jobs runs-on: ubuntu-18.04 steps: - - + - # Cancellation of previous workflow runs uses: fkirc/skip-duplicate-actions@master with: - github_token: ${{ secrets.PAT || secrets.GITHUB_TOKEN }} + github_token: ${{ secrets.PAT || secrets.GITHUB_TOKEN }} + cancel_others: true - build: - name: Mega-Linter + lint_files: + name: Lint files runs-on: ubuntu-18.04 steps: - # Git Checkout