Skip to content

Commit

Permalink
Enable workflow_dispatch for e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
heiko-braun authored Jul 8, 2024
1 parent 6b0923b commit c429883
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ on:
- ".github/workflows/e2e.yaml"
- "chart/**"
- "manifests/**"
workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand Down

0 comments on commit c429883

Please sign in to comment.