Skip to content

Commit

Permalink
Merge branch 'main' into fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jmertic authored Jan 8, 2025
2 parents 2adfb5b + cbb162c commit d12b017
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build Landscape from LFX
on:
workflow_dispatch:
schedule:
- cron: "0 4 * * *"
- cron: "0 5 * * *"

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
target_kind: data
target_path: ./landscape.yml
- uses: pascalgn/[email protected]
if: success()
if: success() && ${{ github.secret_source == 'Actions' }}
env:
GITHUB_TOKEN: "${{ secrets.PAT }}"
MERGE_LABELS: "automated-build"
Expand Down
13 changes: 7 additions & 6 deletions landscape.yml
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,7 @@ landscape:
logo: watchtower-metric-catalog.svg
crunchbase: https://www.crunchbase.com/organization/broadcom
- item:
name: Workload Automation 7®
name: Workload Automation CA7®
second_path:
- Zowe Conformant / API Mediation Layer ZOWE V2
- Zowe Conformant / CLI ZOWE V2
Expand Down Expand Up @@ -1752,11 +1752,6 @@ landscape:
homepage_url: https://ibm.com/
logo: international_business_machines_corporation.svg
crunchbase: https://www.crunchbase.com/organization/ibm
- item:
name: Rocket Software, Inc.
homepage_url: https://rocketsoftware.com/
logo: rocket_software_inc.svg
crunchbase: https://www.crunchbase.com/organization/rocket-software
- item:
name: SUSE LLC
homepage_url: https://suse.com/
Expand All @@ -1783,6 +1778,12 @@ landscape:
homepage_url: https://phoenixsoftware.com/
logo: phoenix_software_international.svg
crunchbase: https://www.crunchbase.com/organization/phoenix-software-international
- item:
name: Rocket Software, Inc.
homepage_url: https://rocketsoftware.com/
logo: rocket_software_inc.svg
twitter: https://twitter.com/Rocket
crunchbase: https://www.crunchbase.com/organization/rocket-software
- item:
name: Zoss Team, LLC
homepage_url: https://bizapedia.com/ma/zoss-team-llc.html
Expand Down

0 comments on commit d12b017

Please sign in to comment.