Commit d55aedd
authored
fix: trigger server release workflows on workflow changes (#1939)
Trigger the server-v3 and server-v4 release workflows when their
workflow files change, and ignore deleted changeset files during release
detection.
<!-- This is an auto-generated description by cubic. -->
---
## Summary by cubic
Make server-v3 and server-v4 release workflows run when their own
workflow files change, and prevent false releases by ignoring deleted
changeset files.
- **Bug Fixes**
- Trigger on changes to
`.github/workflows/stagehand-server-v3-release.yml` and
`.github/workflows/stagehand-server-v4-release.yml` on pushes to `main`.
- Use `git diff --diff-filter=d` so removed `.changeset/*.md` files
don’t count as changes.
<sup>Written for commit 3f5911a.
Summary will update on new commits. <a
href="https://cubic.dev/pr/browserbase/stagehand/pull/1939">Review in
cubic</a></sup>
<!-- End of auto-generated description by cubic. -->1 parent 30b5495 commit d55aedd
2 files changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
49 | | - | |
| 50 | + | |
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
49 | | - | |
| 50 | + | |
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
| |||
0 commit comments