T6630: ntp: support hardware timestamp offload and other mechanisms to improve accuracy #470
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 |