Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unnecessary input in workflow and update banner #802

Merged
merged 2 commits into from
Mar 28, 2024
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
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ on:
required: true
separator:
type: string
connect-branch:
type: string
required: true
default: development
# connect-branch:
# type: string
# required: true
# default: development
advanced-tools-branch:
type: string
required: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
name: preview
separator: P
connect-branch: development
# connect-branch: development
advanced-tools-branch: advanced-tools
environment: Cloudflare-Preview
public-url: "/${{ needs.branch-sha.outputs.value }}"
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ on:
- 'Cloudflare-Page-Deploy'
required: true
default: 'Cloudflare-Page-Deploy'
connect-branch:
description: 'Branch Name'
type: string
required: true
default: 'portal-bridge'
# connect-branch:
# description: 'Branch Name'
# type: string
# required: true
# default: 'portal-bridge'
advanced-tools-branch:
description: 'Branch Name'
type: string
Expand All @@ -27,7 +27,7 @@ jobs:
uses: ./.github/workflows/build.yml
with:
name: prod
connect-branch: ${{inputs.connect-branch}}
# connect-branch: ${{inputs.connect-branch}}
advanced-tools-branch: ${{inputs.advanced-tools-branch}}
environment: ${{inputs.environment}}
project-branch: main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
name: testnet
separator: T
connect-branch: development
# connect-branch: development
advanced-tools-branch: advanced-tools
environment: Cloudflare-Testnet
public-url: "/${{ needs.branch-sha.outputs.value }}"
Expand Down
4 changes: 2 additions & 2 deletions apps/connect/public/data/banners.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"background": "yellow",
"content": {
"color": "black",
"text": "We are currently experiencing congestion on Solana due to an ecosystem event. Transactions to Solana may experience longer processing times."
"text": "Solana is currently experiencing congestion. Transactions to Solana may experience delays."
},
"since": "2024-01-30T01:00:00-05:00",
"until": "2024-01-31T17:00:00-05:00"
"until": "2024-04-25T17:00:00-05:00"
}
]
Loading