Skip to content

Commit

Permalink
Fix #2225, Adds workflow_dispatch to all workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
chillfig committed Jan 18, 2023
1 parent f6432f5 commit 524fb32
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: cFS Documentation and Guides
on:
push:
pull_request:
workflow_dispatch:

jobs:
# Checks for duplicate actions. Skips push actions if there is a matching or
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: "Code Coverage Analysis"
on:
push:
pull_request:
workflow_dispatch:

env:
SIMULATION: native
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/codeql-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: "CodeQL Analysis"
on:
push:
pull_request:
workflow_dispatch:

jobs:
codeql:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/format-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ name: Format Check
on:
push:
pull_request:
workflow_dispatch:

jobs:
format-check:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/functional-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: "Functional Test"
on:
push:
pull_request:
workflow_dispatch:

env:
SIMULATION: native
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ name: Static Analysis
on:
push:
pull_request:
workflow_dispatch:

jobs:
static-analysis:
Expand Down

0 comments on commit 524fb32

Please sign in to comment.