Skip to content

Commit

Permalink
Add a check on the cnx counter
Browse files Browse the repository at this point in the history
  • Loading branch information
fauust committed Apr 24, 2024
1 parent 1beaada commit 8751367
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/bbm_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ jobs:
- uses: actions/checkout@v4
- name: Check master.cfg files
run: ./validate_master_cfg.sh
- name: Check get_ssh_cnx_num.py
run: |
cd master-libvirt
python get_ssh_cnx_num.py
deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8751367

Please sign in to comment.