From 8525b1e31c6862de4fe51e9c03242f837717950c Mon Sep 17 00:00:00 2001 From: Mark Bolwell Date: Wed, 2 Aug 2023 16:03:45 +0100 Subject: [PATCH] updated pipeline workflows Signed-off-by: Mark Bolwell --- .github/workflows/devel_pipeline_validation.yml | 4 ++-- .github/workflows/main_pipeline_validation.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/devel_pipeline_validation.yml b/.github/workflows/devel_pipeline_validation.yml index e51af9b..a6c4a90 100644 --- a/.github/workflows/devel_pipeline_validation.yml +++ b/.github/workflows/devel_pipeline_validation.yml @@ -1,6 +1,6 @@ --- - name: devel_pipeline_validation + name: Devel pipeline on: # yamllint disable-line rule:truthy pull_request_target: @@ -30,7 +30,7 @@ Please join in the conversation happening on the [Discord Server](https://discord.io/ansible-lockdown) as well. # Carries out lint tests on the content - linting: + lint: runs-on: ubuntu-latest steps: - name: Clone ${{ github.event.repository.name }} diff --git a/.github/workflows/main_pipeline_validation.yml b/.github/workflows/main_pipeline_validation.yml index 22d158a..fc7f808 100644 --- a/.github/workflows/main_pipeline_validation.yml +++ b/.github/workflows/main_pipeline_validation.yml @@ -1,6 +1,6 @@ --- - name: main_pipeline_validation + name: Main pipeline on: # yamllint disable-line rule:truthy pull_request_target: