Skip to content

Commit

Permalink
Lock cilium-cli repo
Browse files Browse the repository at this point in the history
Ref: cilium/design-cfps#9

Signed-off-by: Michi Mutsuzaki <[email protected]>
  • Loading branch information
michi-covalent committed Aug 5, 2024
1 parent 437f8c7 commit beb3eba
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/lock.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Lock cilium-cli repo

on:
pull_request: {}

jobs:
lock:
name: Lock cilium-cli repo
runs-on: ubuntu-22.04
steps:
- name: Lock
run: |
echo "cilium-cli repo is being merged to cilium/cilium repo.
If you have questions, post a message in #development Cilium slack channel."
exit 1

0 comments on commit beb3eba

Please sign in to comment.