Skip to content

Commit

Permalink
Merge pull request #5881 from grom72/remove-workflow_dispatch
Browse files Browse the repository at this point in the history
common: disable manual triggering for subworkflows
  • Loading branch information
janekmi committed Sep 1, 2023
2 parents ccadb16 + 113dc87 commit c34f7a8
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 c34f7a8

Please sign in to comment.