4
0
Fork 0

updated pipeline workflows

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
Mark Bolwell 2023-08-02 16:03:45 +01:00
parent 2a7d1cef96
commit 8525b1e31c
No known key found for this signature in database
GPG key ID: 1DE02A772D0908F9
2 changed files with 3 additions and 3 deletions

View file

@ -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 }}

View file

@ -1,6 +1,6 @@
---
name: main_pipeline_validation
name: Main pipeline
on: # yamllint disable-line rule:truthy
pull_request_target: