Skip to content

Commit

Permalink
common: disable manual triggering for subworkflows
Browse files Browse the repository at this point in the history
Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
  • Loading branch information
grom72 committed Sep 1, 2023
1 parent ccadb16 commit 113dc87
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion .github/workflows/scan_bandit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
name: Bandit

on:
workflow_dispatch:
workflow_call:

env:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/scan_codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
name: CodeQL

on:
workflow_dispatch:
workflow_call:

jobs:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/scan_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
name: Coverage

on:
workflow_dispatch:
workflow_call:

env:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/scan_coverity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
name: Coverity

on:
workflow_dispatch:
workflow_call:
secrets:
COVERITY_SCAN_NOTIFICATION_EMAIL:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/scan_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
name: Documentation

on:
workflow_dispatch:
workflow_call:

jobs:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/scan_ubsan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
name: UBSAN

on:
workflow_dispatch:
workflow_call:

env:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
name: Ubuntu

on:
workflow_dispatch:
workflow_call:

env:
Expand Down

0 comments on commit 113dc87

Please sign in to comment.