Skip to content

Commit 392fdcc

Browse files
authored
only one workflow running ever (#954)
* only one workflow runnign ever * fix version * update to public image
1 parent b25d2ef commit 392fdcc

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/scripts/run_smartnet.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -e
44

5-
export NODE_IMAGE=573243519133.dkr.ecr.us-east-1.amazonaws.com/feature-env-aleph-node:fe-benjamin_c643069
5+
export NODE_IMAGE=public.ecr.aws/p6e8q1z1/feature-env-aleph-node:fe-benjamin_c643069
66

77
# key derived from "//0"
88
export NODE_ID=5D34dL5prEUaGNQtPPZ3yN5Y6BnkfXunKXXz6fo7ZJbLwRRH

.github/workflows/contracts-e2e-tests-and-deploy.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ on:
88
- created
99
push:
1010

11+
# DO NOT TOUCH THIS:
1112
concurrency:
12-
group: ${{ github.ref }}-${{ github.workflow }}
13+
group: ${{ github.workflow }}
1314
cancel-in-progress: false
1415

1516
env:
@@ -71,7 +72,7 @@ jobs:
7172
# TODO : this should NOT be built every time
7273
- name: Install cargo-contract
7374
run: |
74-
cargo install cargo-dylint dylint-link --force
75+
cargo install cargo-dylint@2.1.1 dylint-link@2.1.1 --force
7576
# revision merging Hans's PR changes [fix for node URL parsing ]
7677
cargo install --git https://github.com/paritytech/cargo-contract.git --rev ${{ env.CARGOCONTRACT_REV }} --force
7778

0 commit comments

Comments
 (0)