Skip to content

Commit

Permalink
Add workflow_dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudlh committed Jun 3, 2024
1 parent d6a1b21 commit 6e0e579
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr_lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
name: PR Tflint

on:
workflow_dispatch:
pull_request:
types: [opened, synchronize, reopened]

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pr_tests-azuread.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
name: PR azuread-tests

on:
workflow_dispatch:
pull_request:
types: [opened, synchronize, reopened]
paths:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pr_tests-compute.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
name: PR compute-tests

on:
workflow_dispatch:
pull_request:
types: [opened, synchronize, reopened]
paths:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pr_tests-dataplat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
name: PR dataplat-tests

on:
workflow_dispatch:
pull_request:
types: [opened, synchronize, reopened]
paths:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pr_tests-networking.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
name: PR networking-tests

on:
workflow_dispatch:
pull_request:
types: [opened, synchronize, reopened]
paths:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pr_tests-scenarios.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
name: PR all-tests

on:
workflow_dispatch:
pull_request:
types: [opened, synchronize, reopened]

Expand Down

0 comments on commit 6e0e579

Please sign in to comment.