forked from ansible-lockdown/RHEL9-CIS
updated pipeline workflows
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
2a7d1cef96
commit
8525b1e31c
2 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
|
|
||||||
name: devel_pipeline_validation
|
name: Devel pipeline
|
||||||
|
|
||||||
on: # yamllint disable-line rule:truthy
|
on: # yamllint disable-line rule:truthy
|
||||||
pull_request_target:
|
pull_request_target:
|
||||||
|
|
@ -30,7 +30,7 @@
|
||||||
Please join in the conversation happening on the [Discord Server](https://discord.io/ansible-lockdown) as well.
|
Please join in the conversation happening on the [Discord Server](https://discord.io/ansible-lockdown) as well.
|
||||||
|
|
||||||
# Carries out lint tests on the content
|
# Carries out lint tests on the content
|
||||||
linting:
|
lint:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Clone ${{ github.event.repository.name }}
|
- name: Clone ${{ github.event.repository.name }}
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
|
|
||||||
name: main_pipeline_validation
|
name: Main pipeline
|
||||||
|
|
||||||
on: # yamllint disable-line rule:truthy
|
on: # yamllint disable-line rule:truthy
|
||||||
pull_request_target:
|
pull_request_target:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue