Skip to content

Commit ed54a36

Browse files
authored
fix(UpdateBundles-script): auto run while not on polyfrost org (#81)
1 parent 681b3b7 commit ed54a36

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/UpdateBundles.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
UpdateBundles:
1212
name: Update Bundles
1313
runs-on: ubuntu-latest
14+
if: ${{ 'push' == github.event_name && 'main' == github.ref_name && '438157081' == github.repository_id }}
1415
steps:
1516
- name: Git checkout
1617
uses: actions/checkout@v4

0 commit comments

Comments
 (0)