Skip to content

bgp_communities - Add support for replaced and overridden states #1784

bgp_communities - Add support for replaced and overridden states

bgp_communities - Add support for replaced and overridden states #1784

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:
sanity:
uses: ansible-network/github_actions/.github/workflows/sanity.yml@main