Skip to content

Commit

Permalink
Remove unnecessary input in workflow and update banner (#802)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuli-ferna authored Mar 28, 2024
1 parent dd2d595 commit 528e962
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
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"
}
]

0 comments on commit 528e962

Please sign in to comment.