Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/rainix-autopublish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ on:
SOLDEER_API_TOKEN:
required: false
env:
RAINIX_SHA: 64c884b9215f1391549926125de18c3a1b6330b6
RAINIX_SHA: dbcd9d3cf55da4c40e42519b320cea8bdcd9a193
jobs:
release:
if: ${{ !startsWith(github.event.head_commit.message, 'Package Release') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rainix-copy-artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: rainix-copy-artifacts
on:
workflow_call:
env:
RAINIX_SHA: 64c884b9215f1391549926125de18c3a1b6330b6
RAINIX_SHA: dbcd9d3cf55da4c40e42519b320cea8bdcd9a193
jobs:
copy-artifacts:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rainix-manual-sol-artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ on:
CI_DEPLOY_FLARE_ETHERSCAN_API_KEY:
required: false
env:
RAINIX_SHA: 64c884b9215f1391549926125de18c3a1b6330b6
RAINIX_SHA: dbcd9d3cf55da4c40e42519b320cea8bdcd9a193
jobs:
deploy:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rainix-manual-sol-verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ on:
CI_DEPLOY_FLARE_ETHERSCAN_API_KEY:
required: false
env:
RAINIX_SHA: 64c884b9215f1391549926125de18c3a1b6330b6
RAINIX_SHA: dbcd9d3cf55da4c40e42519b320cea8bdcd9a193
jobs:
verify:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rainix-rs-static.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: rainix-rs-static
on:
workflow_call:
env:
RAINIX_SHA: 64c884b9215f1391549926125de18c3a1b6330b6
RAINIX_SHA: dbcd9d3cf55da4c40e42519b320cea8bdcd9a193
jobs:
rs-static:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rainix-rs-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: rainix-rs-test
on:
workflow_call:
env:
RAINIX_SHA: 64c884b9215f1391549926125de18c3a1b6330b6
RAINIX_SHA: dbcd9d3cf55da4c40e42519b320cea8bdcd9a193
jobs:
rs-test:
strategy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rainix-rs-wasm-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: rainix-rs-wasm-test
on:
workflow_call:
env:
RAINIX_SHA: 64c884b9215f1391549926125de18c3a1b6330b6
RAINIX_SHA: dbcd9d3cf55da4c40e42519b320cea8bdcd9a193
jobs:
rs-wasm-test:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rainix-rs-wasm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: rainix-rs-wasm
on:
workflow_call:
env:
RAINIX_SHA: 64c884b9215f1391549926125de18c3a1b6330b6
RAINIX_SHA: dbcd9d3cf55da4c40e42519b320cea8bdcd9a193
jobs:
rs-wasm:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rainix-sol-legal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: rainix-sol-legal
on:
workflow_call:
env:
RAINIX_SHA: 64c884b9215f1391549926125de18c3a1b6330b6
RAINIX_SHA: dbcd9d3cf55da4c40e42519b320cea8bdcd9a193
jobs:
legal:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rainix-sol-static.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: rainix-sol-static
on:
workflow_call:
env:
RAINIX_SHA: 64c884b9215f1391549926125de18c3a1b6330b6
RAINIX_SHA: dbcd9d3cf55da4c40e42519b320cea8bdcd9a193
jobs:
static:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rainix-sol-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ on:
RPC_URL_SEPOLIA_FORK:
required: false
env:
RAINIX_SHA: 64c884b9215f1391549926125de18c3a1b6330b6
RAINIX_SHA: dbcd9d3cf55da4c40e42519b320cea8bdcd9a193
jobs:
test:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rainix-subgraph-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: rainix-subgraph-test
on:
workflow_call:
env:
RAINIX_SHA: 64c884b9215f1391549926125de18c3a1b6330b6
RAINIX_SHA: dbcd9d3cf55da4c40e42519b320cea8bdcd9a193
jobs:
subgraph-test:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rainix-tag-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ on:
RPC_URL_SEPOLIA_FORK:
required: false
env:
RAINIX_SHA: 64c884b9215f1391549926125de18c3a1b6330b6
RAINIX_SHA: dbcd9d3cf55da4c40e42519b320cea8bdcd9a193
jobs:
# The release tag must point at a commit already merged to the release branch.
# `on: push: tags` fires for ANY tag, including one cut from an unmerged branch;
Expand Down
Loading