Commit d75d72a
authored
fix: use unique MPE ID per E2E run
Replace static migTEST0000001 with mig${github.run_id} so each
workflow run creates uniquely named resources. Prevents 'already exists'
errors when runs overlap or teardown is incomplete.1 parent 4bb2484 commit d75d72a
1 file changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
24 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
0 commit comments