Skip to content

Delete ansible/roles_ocp_workloads/roles_ocp_workloads.iml and roles_ocp_workloads1.iml #11967

Delete ansible/roles_ocp_workloads/roles_ocp_workloads.iml and roles_ocp_workloads1.iml

Delete ansible/roles_ocp_workloads/roles_ocp_workloads.iml and roles_ocp_workloads1.iml #11967

Workflow file for this run

name: LFS check
on:
pull_request:
branches:
- development
jobs:
lfs-warning:
name: Check size of files in commits
runs-on: ubuntu-latest
steps:
- name: Get Repo Code
id: get_repo_code
uses: actions/checkout@v2
- name: Run lfs-warning
uses: rhpds/lfs-warning@v3.2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
filesizelimit: '400000' # ~400KB
message: >-
Please store those files outside of git and get them in the code,
for example using the `get_url` ansible module or simply `curl`.