Skip to content

Commit

Permalink
fix crib-integration-test workflow (#14568)
Browse files Browse the repository at this point in the history
* fix crib-integration-test workflow

* run on changes to workflow file
  • Loading branch information
gheorghestrimtu committed Sep 27, 2024
1 parent 116a078 commit b113a94
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/crib-integration-test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: CRIB Integration Tests
on:
pull_request:
paths:
- ".github/workflows/crib-integration-test.yml"
schedule:
- cron: "0 1 * * *"
workflow_call:
Expand Down Expand Up @@ -73,7 +76,7 @@ jobs:
echo $GITHUB_WORKSPACE
- name: Deploy and validate CRIB Environment for Core
uses: smartcontractkit/.github/actions/crib-deploy-environment@4dd21a9d6e3f1383ffe8b9650b55f6e6031d3d0a # crib-deploy-environment@1.0.0
uses: smartcontractkit/.github/actions/crib-deploy-environment@fa63a0fb95039c4d89fec6a9a78b53c0cacf5457 # crib-deploy-environment@2.0.0
id: deploy-crib
with:
github-token: ${{ steps.token.outputs.access-token }}
Expand All @@ -83,7 +86,7 @@ jobs:
ecr-private-registry: ${{ secrets.AWS_ACCOUNT_ID_PROD }}
ingress-base-domain: ${{ secrets.INGRESS_BASE_DOMAIN_STAGE }}
k8s-cluster-name: ${{ secrets.AWS_K8S_CLUSTER_NAME_STAGE }}
devspace-profiles: "local-dev-simulated-core-ocr1"
command: "core-dev-simulated-core-ocr1"
crib-alert-slack-webhook: ${{ secrets.CRIB_ALERT_SLACK_WEBHOOK }}
product-image: ${{ secrets.AWS_SDLC_ECR_HOSTNAME }}/chainlink
product-image-tag: develop
Expand Down

0 comments on commit b113a94

Please sign in to comment.