Skip to content

Commit d8008d7

Browse files
committed
Deactivate e2e workflow
Signed-off-by: David Cassany <dcassany@suse.com>
1 parent 7be7dd0 commit d8008d7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/e2e.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: e2e tests
2-
on:
3-
pull_request:
2+
on: workflow_dispatch
3+
# This workflow is no longer function in github actions
4+
# pull_request:
45

56
concurrency:
67
group: e2e-tests=full-${{ github.head_ref || github.ref }}-${{ github.repository }}

0 commit comments

Comments
 (0)