Backport of NET-5186 Add NET_BIND_SERVICE capability to consul-dataplane requirements into release/1.14.x #12328
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
# Copyright (c) HashiCorp, Inc. | |
# SPDX-License-Identifier: MPL-2.0 | |
# verify-ci is a no-op workflow that must run on every PR. It is used in a | |
# branch protection rule to detect when CI workflows are not running. | |
name: verify-ci | |
permissions: | |
contents: read | |
on: | |
pull_request: | |
push: | |
branches: | |
# Push events on the main branch | |
- main | |
- release/** | |
jobs: | |
verify-ci-success: | |
runs-on: ubuntu-latest | |
steps: | |
- run: echo "verify-ci succeeded" |