Skip to content

Commit

Permalink
.github/workflows/integration-tests-smoke.yml: disable k8s test
Browse files Browse the repository at this point in the history
  • Loading branch information
cfal committed Aug 15, 2023
1 parent 2038add commit eb705f6
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions .github/workflows/integration-tests-smoke.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
name: e2e_tests_custom_cl
on:
pull_request:
workflow_dispatch:
inputs:
cl_branch_ref:
description: Chainlink repo branch to integrate with
required: true
default: develop
type: string

# Disabled for now, as the image build fails, and the ocr2 test is currently specific to the docker setup.
# See integration-tests-docker.yml
#on:
#pull_request:
#workflow_dispatch:
#inputs:
#cl_branch_ref:
#description: Chainlink repo branch to integrate with
#required: true
#default: develop
#type: string

concurrency:
group: integration-tests-cosmos-${{ github.ref }}
Expand Down

0 comments on commit eb705f6

Please sign in to comment.