Skip to content

Commit

Permalink
Revert "Add reusable all-checks-passed workflow and disable tide"
Browse files Browse the repository at this point in the history
This reverts commit 5fd6c53.
  • Loading branch information
Sawthis committed Jan 28, 2025
1 parent 5fd6c53 commit be6b638
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 20 deletions.
15 changes: 13 additions & 2 deletions .github/workflows/all-checks-passed.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
name: pull-all-checks-passed
on: workflow_call
name: all-checks-passed
on:
pull_request:
types:
[
opened,
synchronize,
reopened,
ready_for_review,
edited,
labeled,
milestoned,
]

jobs:
all-checks:
Expand Down
17 changes: 0 additions & 17 deletions .github/workflows/pull-all-checks-passed.yml

This file was deleted.

1 change: 0 additions & 1 deletion prow/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,6 @@ tide:
- kyma-project/istio
- kyma-project/api-gateway
- kyma-project/networking-dev-tools
- kyma-project/test-infra
reviewApprovedRequired: true
- labels:
- lgtm
Expand Down

0 comments on commit be6b638

Please sign in to comment.