Skip to content

Commit

Permalink
run on all pushes, just not in mycloudnexus
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbrown-stateless committed Oct 9, 2024
1 parent a9960ae commit 5f22e40
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/lint-spec.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
name: Vacuum OpenAPI Linting
run-name: Linting OpenAPI spec with Vacuum
on:
push:
branches-ignore:
- main
on: push

jobs:
vacuum-lint:
name: Vacuum OpenAPI Linting
if: github.repository != 'mycloudnexus/cc-api-sandbox'
runs-on: ubuntu-24.04
container: dshanley/vacuum:v0.13.1
steps:
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/npm-audit.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
name: NPM Audit Scan for Vulnerabilities
run-name: Running an Audit Scan with NPM
on:
push:
branches-ignore:
- main
on: push

jobs:
npm-audit-scan-job:
name: NPM Audit Scan for Vulnerabilities
if: github.repository != 'mycloudnexus/cc-api-sandbox'
runs-on: ubuntu-latest
steps:
- name: Checkout Source
Expand Down

0 comments on commit 5f22e40

Please sign in to comment.