From c802c316daa027ad75df2e52ca3339089e21df53 Mon Sep 17 00:00:00 2001 From: Abdellah Hariti Date: Wed, 24 Jul 2024 14:01:23 +0100 Subject: [PATCH] dedupe job name --- .github/workflows/lint-404s.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/lint-404s.yml b/.github/workflows/lint-404s.yml index 3c8e481085757..b4cd82a0187be 100644 --- a/.github/workflows/lint-404s.yml +++ b/.github/workflows/lint-404s.yml @@ -8,7 +8,6 @@ on: jobs: index: - name: Lint Docs for 404s runs-on: ubuntu-latest steps: - uses: actions/checkout@v2