Skip to content

Commit

Permalink
debooge
Browse files Browse the repository at this point in the history
  • Loading branch information
eaudetcobello committed Jan 31, 2025
1 parent ece0dde commit 25f70b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint_and_integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
matrix:
os: ["ubuntu:24.04"]
patch: ["moonray"]
needs: [build-snap, get-e2e-tags, go-lint-and-unit, python-lint]
needs: [build-snap, get-e2e-tags]
if: false && success() && github.event_name == 'pull_request'
uses: ./.github/workflows/e2e-tests.yaml
with:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/nightly-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
test-tags: "up_to_nightly"

Trivy:
if: false
permissions:
contents: read # for actions/checkout to fetch code
security-events: write # for github/codeql-action/upload-sarif to upload SARIF results
Expand All @@ -50,6 +51,7 @@ jobs:
checkout-ref: ${{ matrix.branch }}

TICS:
if: false
permissions:
contents: read
runs-on: ubuntu-latest
Expand Down

0 comments on commit 25f70b9

Please sign in to comment.