Skip to content

Commit

Permalink
Add workflow_dispatch to unit test workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
mrclary committed Feb 3, 2023
1 parent 5ebc358 commit b36e96e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ on:
- '!installers*/**'
- '!.github/workflows/installer*.yml'

workflow_dispatch:

concurrency:
group: test-files-${{ github.ref }}
cancel-in-progress: true
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ on:
- '!installers*/**'
- '!.github/workflows/installer*.yml'

workflow_dispatch:

concurrency:
group: test-linux-${{ github.ref }}
cancel-in-progress: true
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ on:
- '!installers*/**'
- '!.github/workflows/installer*.yml'

workflow_dispatch:

concurrency:
group: test-mac-${{ github.ref }}
cancel-in-progress: true
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ on:
- '!installers*/**'
- '!.github/workflows/installer*.yml'

workflow_dispatch:

concurrency:
group: test-win-${{ github.ref }}
cancel-in-progress: true
Expand Down

0 comments on commit b36e96e

Please sign in to comment.