Skip to content

Commit 6dc41b1

Browse files
committed
fix: update to use it from pull-request again
1 parent 04f5151 commit 6dc41b1

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/beta-release.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Beta Release
22

33
on:
4-
pull_request:
5-
types: [opened, synchronize, reopened, ready_for_review]
64
workflow_call:
75

86
jobs:

.github/workflows/pull-request.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ jobs:
1616
if: 'github.event.pull_request.draft == false'
1717
uses: ./.github/workflows/bundlesize.yaml
1818

19+
beta_release:
20+
permissions:
21+
contents: read
22+
id-token: write
23+
uses: ./.github/workflows/beta-release.yaml
24+
1925
fail_if_pull_request_is_draft:
2026
if: github.event.pull_request.draft == true
2127
runs-on: ubuntu-18.04

0 commit comments

Comments
 (0)