ifconfig: T6972: smoketests fail as IP address is not removed in time #717
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: "PR Conflicts checker" | |
on: | |
pull_request_target: | |
types: [synchronize] | |
permissions: | |
pull-requests: write | |
contents: read | |
jobs: | |
check-pr-conflict-call: | |
uses: vyos/.github/.github/workflows/check-pr-merge-conflict.yml@current | |
secrets: inherit |