Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/extensions/ql-vscode…
Browse files Browse the repository at this point in the history
…/typescript-eslint-915606451e
  • Loading branch information
norascheuch authored Sep 25, 2024
2 parents 15a3f36 + b6b707e commit abbe597
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
npm run lint-ci
- name: Upload ESLint results to Code Scanning
if: "${{ !cancelled() }}"
if: "${{ !cancelled() && !startsWith(github.head_ref, 'dependabot/')}}"
uses: github/codeql-action/upload-sarif@main
with:
sarif_file: extensions/ql-vscode/build/eslint.sarif
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {

beforeAll(async () => {
await beforeAllAction();
});
}, 20_000);

beforeEach(async () => {
await beforeEachAction();
Expand Down

0 comments on commit abbe597

Please sign in to comment.