Skip to content

Commit

Permalink
Merge pull request #1911 from loft-sh/heiko-braun-patch-1
Browse files Browse the repository at this point in the history
Enable workflow_dispatch for e2e tests
  • Loading branch information
FabianKramm committed Jul 8, 2024
2 parents 578a390 + c429883 commit 53e3b7d
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 53e3b7d

Please sign in to comment.