Skip to content

Add new unreliable_los option #3345

Add new unreliable_los option

Add new unreliable_los option #3345

Workflow file for this run

name: CI
on:
# Run CI against all pushes (direct commits, also merged PRs), Pull Requests
push:
pull_request:
# Run CI once per day (at 06:00 UTC)
# This ensures that even if there haven't been commits that we are still testing against latest version of ansible-test for each ansible-base version
schedule:
- cron: '0 6 * * *'
jobs:
changelog:
uses: ansible-network/github_actions/.github/workflows/changelog.yml@main
if: (github.event_name != 'schedule' && github.event_name != 'push' && !contains(github.event.pull_request.labels.*.name, 'new_resource_module') && !contains(github.event.pull_request.labels.*.name, 'documentation'))
sanity:
uses: ansible-network/github_actions/.github/workflows/sanity.yml@main