Skip to content

Commit a0c7a9e

Browse files
feat: use release branch for ep8 (etherspot#368)
2 parents 416590f + 2324bf7 commit a0c7a9e

File tree

4 files changed

+10
-7
lines changed

4 files changed

+10
-7
lines changed

.github/workflows/bundler-spec-tests.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@ on:
55
branches:
66
- master
77
- develop
8+
- releases/v0.8
89
pull_request:
910
branches:
1011
- master
1112
- develop
13+
- releases/v0.8
1214

1315
jobs:
1416
bundler-spec-tests:
@@ -137,7 +139,7 @@ jobs:
137139
pdm fix || true # Fix deprecation warnings before running tests
138140
pdm run test -rA -W ignore::DeprecationWarning --url http://127.0.0.1:14337/rpc/ --entry-point 0x4337084D9E255Ff0702461CF8895CE9E3b5Ff108 --ethereum-node http://localhost:8545 -k "not p2p"
139141
continue-on-error: true
140-
142+
141143
- name: Show Skandha logs on failure
142144
if: failure()
143145
run: |
@@ -153,7 +155,7 @@ jobs:
153155
echo "Skandha process $PID is not running"
154156
fi
155157
fi
156-
158+
157159
- name: Send Slack notification
158160
uses: ravsamhq/notify-slack-action@2.3.0
159161
if: always()
@@ -164,4 +166,4 @@ jobs:
164166
message_format: "{emoji} *{workflow}* {status_message} in <{repo_url}|{repo}>"
165167
footer: "Repo <{repo_url}|{repo}> | <{run_url}|View Workflow>"
166168
env:
167-
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
169+
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

.github/workflows/check-package-version.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches:
66
- master
77
- develop
8+
- releases/v0.8
89
jobs:
910
start:
1011
runs-on: ubuntu-latest

.github/workflows/dry-run.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- develop
77
- master
8-
8+
- releases/v0.8
99
jobs:
1010
dry-run-build:
1111
runs-on: ubuntu-latest
@@ -20,7 +20,7 @@ jobs:
2020

2121
- name: Install dependencies and build
2222
run: bun install && bun run build && bun run bootstrap
23-
23+
2424
- name: Send Slack notification
2525
uses: ravsamhq/notify-slack-action@2.3.0
2626
if: always()
@@ -32,4 +32,4 @@ jobs:
3232
message_format: "{emoji} *Dry Run Build* {status_message} in <{repo_url}|{repo}>"
3333
footer: "Repo <{repo_url}|{repo}> | <{run_url}|View Workflow>"
3434
env:
35-
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
35+
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

.github/workflows/release-ep8.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build skandha v3 docker image
33
on:
44
push:
55
branches:
6-
- "develop"
6+
- releases/v0.8
77

88
jobs:
99
build:

0 commit comments

Comments
 (0)