Skip to content

Commit

Permalink
Merge pull request #66 from os-climate/joemoorhouse-patch-1
Browse files Browse the repository at this point in the history
Update test-build-testpush.yaml
  • Loading branch information
joemoorhouse authored Dec 29, 2024
2 parents e960bd3 + 60d6cb4 commit c443486
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test-build-testpush.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:

# yamllint disable-line rule:truthy
on:
# https://docs.github.com/en/actions/reference/events-that-trigger-workflows
# https://docs.github.com/en/actions/reference/events-that-trigger-workflows
pull_request_target:
types: [labeled]

Expand Down Expand Up @@ -60,6 +60,9 @@ jobs:
- name: "Check out repository"
uses: actions/checkout@v2
with:
ref: ${{github.event.pull_request.head.ref}}
repository: ${{github.event.pull_request.head.repo.full_name}}

- name: "Determine app name"
if: env.APP_NAME == ''
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
> On June 26 2024, Linux Foundation announced the merger of its financial services umbrella, the Fintech Open Source Foundation ([FINOS](https://finos.org)), with OS-Climate, an open source community dedicated to building data technologies, modeling, and analytic tools that will drive global capital flows into climate change mitigation and resilience; OS-Climate projects are in the process of transitioning to the [FINOS governance framework](https://community.finos.org/docs/governance); read more on [finos.org/press/finos-join-forces-os-open-source-climate-sustainability-esg](https://finos.org/press/finos-join-forces-os-open-source-climate-sustainability-esg)
<!-- prettier-ignore-end -->
<!-- markdownlint-enable -->
# physrisk-api

API service for the OS-Climate physical risk tool
Expand Down

0 comments on commit c443486

Please sign in to comment.