Skip to content

Commit 09b0059

Browse files
TEMP: to be removed, just testing the perf workflow
1 parent ed398ec commit 09b0059

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

.github/workflows/bandit.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ permissions:
1515

1616
jobs:
1717
bandit:
18+
if: false
1819
name: Bandit
1920
strategy:
2021
matrix:

.github/workflows/codeql.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ env:
2424

2525
jobs:
2626
analyze:
27+
if: false
2728
name: Analyze
2829
permissions:
2930
security-events: write

.github/workflows/performance.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Performance
22

33
on:
4+
pull_request:
45
# Can be triggered via manual "dispatch" (from workflow view in GitHub Actions tab)
56
workflow_dispatch:
67
inputs:

.github/workflows/pr_push.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ permissions:
1616

1717
jobs:
1818
CodeStyle:
19+
if: false
1920
name: Coding style
2021
runs-on: ${{ github.repository_owner == 'oneapi-src' && 'intel-ubuntu-22.04' || 'ubuntu-latest' }}
2122

.github/workflows/trivy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ permissions:
2323

2424
jobs:
2525
trivy:
26+
if: false
2627
name: Trivy
2728
runs-on: ${{ github.repository_owner == 'oneapi-src' && 'intel-ubuntu-22.04' || 'ubuntu-latest' }}
2829
permissions:

0 commit comments

Comments
 (0)