Skip to content

Commit 8220869

Browse files
authored
Enable e2e GHA workflow to be executed manually (#650)
I need to debug the e2e GHA because it is failing. Currently, this workflow is not triggered on changes which is fine, as we do not want to start the e2e test on any change on GHAs. However, it should be possible to trigger the workflow manually.
1 parent 6b0a50a commit 8220869

File tree

2 files changed

+2
-25
lines changed

2 files changed

+2
-25
lines changed

.github/workflows/dispatch-e2e.yaml

Lines changed: 0 additions & 25 deletions
This file was deleted.

.github/workflows/e2e.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ on:
1818
schedule:
1919
- cron: '0 6 * * *' # 6 AM UTC everyday for default branch
2020

21+
workflow_dispatch:
22+
2123
permissions:
2224
contents: read # for actions/checkout to fetch code
2325

0 commit comments

Comments
 (0)