From 8403b138bcb64018270cb0ec4b8630586c3fbf1d Mon Sep 17 00:00:00 2001 From: Kumi Date: Wed, 18 Sep 2024 19:22:41 +0200 Subject: [PATCH] chore(ci): remove redundant `runs-on` directive Removed the `runs-on: ubuntu-latest` directive from the GitHub Actions workflow for Perl, as the runner configuration is being standardized elsewhere in the workflow. This helps in reducing duplication and potential errors in CI configuration. --- .github/workflows/perl.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/perl.yml b/.github/workflows/perl.yml index 2e64b35..b7bd016 100644 --- a/.github/workflows/perl.yml +++ b/.github/workflows/perl.yml @@ -10,9 +10,6 @@ on: jobs: perl: - - runs-on: ubuntu-latest - strategy: matrix: perl-version: