Skip to content

Modify SONiC 4.4.0 IPv6 feature support code to eliminate failures on older versions of SONiC. #3474

Modify SONiC 4.4.0 IPv6 feature support code to eliminate failures on older versions of SONiC.

Modify SONiC 4.4.0 IPv6 feature support code to eliminate failures on older versions of SONiC. #3474

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