Commit 95527ba
Various V2 updates and fixes (#1421)
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>1 parent 74ea55b commit 95527ba
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| 83 | + | |
83 | 84 | | |
84 | 85 | | |
85 | 86 | | |
86 | 87 | | |
87 | 88 | | |
88 | | - | |
| 89 | + | |
89 | 90 | | |
90 | 91 | | |
91 | 92 | | |
| |||
0 commit comments