Browse Source

Merge pull request #1031 from octodns/no-netbox-modules-ci

Comment out netbox modules ci run
pull/1032/head
Ross McFarland 2 years ago
committed by GitHub
parent
commit
0d8fcf490b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      .github/workflows/modules.yml

+ 4
- 1
.github/workflows/modules.yml View File

@ -37,7 +37,10 @@ jobs:
- octodns/octodns-selectel
- octodns/octodns-transip
- octodns/octodns-ultra
- sukiyaki/octodns-netbox
# has been failing for a while now and afaict not related to octoDNS
# changes commenting out on 2023-07-30, will check on it again in at
# some point in the future and either re-enable or delete it.
#- sukiyaki/octodns-netbox
steps:
- uses: actions/checkout@master
- name: Setup python


Loading…
Cancel
Save