Skip to content

Commit

Permalink
removed empty line
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Bolwell <[email protected]>
uk-bolly committed Sep 23, 2024
1 parent 6304b8d commit 06d5a34
Showing 3 changed files with 1 addition and 15 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/devel_pipeline_validation.yml
Original file line number Diff line number Diff line change
@@ -27,7 +27,7 @@
jobs:
# This will create messages for first time contributers and direct them to the Discord server
welcome:
runs-on: self-hosted
runs-on: ubuntu-latest

steps:
- uses: actions/first-interaction@main
@@ -70,7 +70,6 @@
echo IAC_BRANCH=main >> $GITHUB_ENV
fi
# Pull in terraform code for linux servers
- name: Clone GitHub IaC plan
uses: actions/checkout@v4
12 changes: 0 additions & 12 deletions .github/workflows/main_pipeline_validation.yml
Original file line number Diff line number Diff line change
@@ -23,18 +23,6 @@
# A workflow run is made up of one or more jobs
# that can run sequentially or in parallel
jobs:
# This will create messages for first time contributers and direct them to the Discord server
welcome:
runs-on: self-hosted

steps:
- uses: actions/first-interaction@main
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
pr-message: |-
Congrats on opening your first pull request and thank you for taking the time to help improve Ansible-Lockdown!
Please join in the conversation happening on the [Discord Server](https://www.lockdownenterprise.com/discord) as well.
# This workflow contains a single job that tests the playbook
playbook-test:
# The type of runner that the job will run on
1 change: 0 additions & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
@@ -76,7 +76,6 @@ audit_log_dir: '/opt'

#### Detailed settings found at the end of this document ####


# We've defined complexity-high to mean that we cannot automatically remediate
# the rule in question. In the future this might mean that the remediation
# may fail in some cases.

0 comments on commit 06d5a34

Please sign in to comment.