Skip to content

Commit

Permalink
Blocked CI from running on central repo
Browse files Browse the repository at this point in the history
CloudNexus CI minutes are communial and our agreements to use them
are in process. This disables calling the jobs on that central CI.
  • Loading branch information
JimTheCactus committed Oct 9, 2024
1 parent c3d51b5 commit 60e37a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/fmt-lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ run-name: Check the formatting and code
on: [push]
jobs:
check:
if: github.repository != 'mycloudnexus/cc-api-sandbox'
runs-on: ubuntu-24.04
container:
image: node:20
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/lint-spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ run-name: Linting OpenAPI spec with Vacuum
on: [push]
jobs:
vacuum-lint:
if: github.repository != 'mycloudnexus/cc-api-sandbox'
runs-on: ubuntu-24.04
container: dshanley/vacuum:v0.13.1
steps:
Expand Down

0 comments on commit 60e37a1

Please sign in to comment.