Skip to content

Commit

Permalink
added workflow_dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
kristinaNikolaevaa committed Nov 4, 2024
1 parent c1352d6 commit 19546eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ def specify_image_tags(git_ref,
def build_docker_image(evm_sha_tag):
solana_image = f'solanalabs/solana:{SOLANA_NODE_VERSION}'
docker_client.pull(solana_image)
docker_client.pull(f"{DOCKERHUB_ORG_NAME}/neon_test_programs:latest")
buildargs = {"REVISION": evm_sha_tag,
"SOLANA_IMAGE": solana_image,
"SOLANA_BPF_VERSION": SOLANA_BPF_VERSION,
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
pull_request:
types: [opened, reopened, synchronize, labeled, unlabeled, ready_for_review]
repository_dispatch:
workflow_dispatch:
push:
branches:
- master
Expand Down

0 comments on commit 19546eb

Please sign in to comment.