Skip to content

Commit

Permalink
DO NOT MERGE: disable other e2es
Browse files Browse the repository at this point in the history
  • Loading branch information
burgerdev committed Nov 15, 2024
1 parent df6c324 commit 901dd33
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/cleanup.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
name: push cleanup-bare-metal image

on:
pull_request:
paths:
- .github/workflows/cleaup.yml
- packages/**
workflow_dispatch:

env:
container_registry: ghcr.io/edgelesssys
Expand Down
8 changes: 1 addition & 7 deletions .github/workflows/e2e_openssl.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
name: e2e test

on:
pull_request:
paths-ignore:
- dev-docs/**
- docs/**
- rfc/**
- tools/asciinema/**
- tools/vale/**
workflow_dispatch:

jobs:
test_matrix:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
push:
branches:
- main
pull_request:

jobs:
flake-check:
Expand Down

0 comments on commit 901dd33

Please sign in to comment.