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

feat: add script to call sm2a promotion pipeline #228

Open
wants to merge 18 commits into
base: main
Choose a base branch
from

Conversation

botanical
Copy link
Member

@botanical botanical commented Jan 22, 2025

Relevant Issue

#184

  • The username and password secrets and webserver URL have all been updated to point to production SM2A

Copy link

github-actions bot commented Jan 22, 2025

Workflow Status

Starting workflow... View action run

Collection Publication Status

  • ida-ndwi-difference-TEST-SM2A: Successfully published ✅

A PR has been created with the dataset configuration: 🗺️ PR link

@@ -344,11 +344,32 @@ jobs:
echo "Updated Comment Body: $UPDATED_BODY"

publish-to-prod-on-pr-merge:
if: ${{ github.event_name == 'pull_request' && github.event.action == 'closed' && github.event.pull_request.merged == true }}
# TEMPORARILY COMMENTED OUT TO TEST API REQUEST
# if: ${{ github.event_name == 'pull_request' && github.event.action == 'closed' && github.event.pull_request.merged == true }}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll need to uncomment this once this PR is reviewed/accepted. But I have it uncommented to demonstrate what the job does

Suggested change
# if: ${{ github.event_name == 'pull_request' && github.event.action == 'closed' && github.event.pull_request.merged == true }}
if: ${{ github.event_name == 'pull_request' && github.event.action == 'closed' && github.event.pull_request.merged == true }}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant