Added the ability to look up IP Addresses by address and namespace for ip_address_to_interface module #314 #410
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: "Pull Requests (normal)" | |
concurrency: # Cancel any existing runs of this workflow for this same PR | |
group: "${{ github.workflow }}-${{ github.ref }}" | |
cancel-in-progress: true | |
on: # yamllint disable | |
pull_request: | |
branches-ignore: | |
- "main" | |
jobs: | |
tests: | |
uses: ./.github/workflows/tests.yml | |
with: | |
full-integration: false |