ci(release): allow npm telegram e2e from release branch

(cherry picked from commit 53f8e9de13)
This commit is contained in:
Peter Steinberger
2026-04-26 22:33:05 +01:00
parent ef3309a986
commit 16c6a92c53
2 changed files with 3 additions and 16 deletions

View File

@@ -47,6 +47,8 @@ describe("npm Telegram live Docker E2E", () => {
expect(workflow).toContain("approve_release_manager:");
expect(workflow).toContain("environment: npm-release");
expect(workflow).toContain("needs: approve_release_manager");
expect(workflow).not.toContain("Require main workflow ref");
expect(workflow).not.toContain("refs/heads/main");
expect(workflow).not.toContain('new Set(["admin", "write"])');
expect(workflow).not.toContain("data.role_name");
expect(workflow).not.toContain("github.rest.teams.listMembersInOrg");