Skip to content

Commit

Permalink
Merge pull request #755 from lcarva/skip-ec
Browse files Browse the repository at this point in the history
Disable PR EC checks
  • Loading branch information
mkosiarc authored Jan 24, 2024
2 parents 3ef7e41 + 44c5313 commit c497cc4
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .tekton/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -201,14 +201,15 @@ spec:
workspaces:
- name: source
workspace: workspace
- name: ec-task-checks
runAfter:
- fetch-repository
taskRef:
name: ec-checks
workspaces:
- name: source
workspace: workspace
# This will be re-enabled as part of https://issues.redhat.com/browse/EC-332
# - name: ec-task-checks
# runAfter:
# - fetch-repository
# taskRef:
# name: ec-checks
# workspaces:
# - name: source
# workspace: workspace
- name: check-task-migration-md
runAfter:
- fetch-repository
Expand Down

0 comments on commit c497cc4

Please sign in to comment.