You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This pull request updates the deployment workflow configuration in
`.github/workflows/v2-deploy-pr.yml`. The changes focus on improving the
logic for determining pull request identifiers and updating the
deployment environment.
Workflow logic updates:
* Replaced the condition for checking `updated_demos` with a condition
for checking `pr_id` to ensure accurate identification of pull requests.
(`[.github/workflows/v2-deploy-pr.ymlL83-R88](diffhunk://#diff-bb1f887f50cfc7839e56ce823ccf5b9b7a4a07bfd475c5646b28105610511bf3L83-R88)`)
Environment configuration changes:
* Updated the deployment environment from `'swc-dev'` to `'swc-staging'`
to align with staging requirements.
(`[.github/workflows/v2-deploy-pr.ymlL83-R88](diffhunk://#diff-bb1f887f50cfc7839e56ce823ccf5b9b7a4a07bfd475c5646b28105610511bf3L83-R88)`)
---------
Co-authored-by: Paul Finlay <50180049+doctorperceptron@users.noreply.github.com>
0 commit comments