Skip to content

Commit

Permalink
chore: update workflow (#280)
Browse files Browse the repository at this point in the history
* chore: update workflow

* chore: update exports
  • Loading branch information
shreyasbhat0 authored Sep 4, 2024
1 parent 2185957 commit 5c547a3
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 8 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Test

on:
workflow_dispatch:
push:
branches: [main]
branches: [master]
pull_request:

jobs:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -690,7 +690,7 @@
"upgrade": {},
"vesting": {}
},
"app_version": "null",
"app_version": "v1.0.0-prerelease",
"chain_id": "arkeo",
"consensus": {
"params": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,7 @@
"upgrade": {},
"vesting": {}
},
"app_version": "null",
"app_version": "v1.0.0-prerelease",
"chain_id": "arkeo",
"consensus": {
"params": {
Expand Down
2 changes: 1 addition & 1 deletion test/regression/mnt/exports/suites_core_send.json
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@
"upgrade": {},
"vesting": {}
},
"app_version": "null",
"app_version": "v1.0.0-prerelease",
"chain_id": "arkeo",
"consensus": {
"params": {
Expand Down
2 changes: 1 addition & 1 deletion test/regression/mnt/exports/suites_initialize.json
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@
"upgrade": {},
"vesting": {}
},
"app_version": "null",
"app_version": "v1.0.0-prerelease",
"chain_id": "arkeo",
"consensus": {
"params": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@
"upgrade": {},
"vesting": {}
},
"app_version": "null",
"app_version": "v1.0.0-prerelease",
"chain_id": "arkeo",
"consensus": {
"params": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,7 @@
"upgrade": {},
"vesting": {}
},
"app_version": "null",
"app_version": "v1.0.0-prerelease",
"chain_id": "arkeo",
"consensus": {
"params": {
Expand Down
2 changes: 1 addition & 1 deletion test/regression/mnt/exports/suites_sentinel_sentinel.json
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@
"upgrade": {},
"vesting": {}
},
"app_version": "null",
"app_version": "v1.0.0-prerelease",
"chain_id": "arkeo",
"consensus": {
"params": {
Expand Down

0 comments on commit 5c547a3

Please sign in to comment.