Skip to content
This repository was archived by the owner on Jan 23, 2026. It is now read-only.

Commit 3033dd2

Browse files
authored
Disable push event for packages index generation
Comment out the push event trigger for packages index.
1 parent 6266878 commit 3033dd2

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

.github/workflows/trigger-packages-index.yaml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
name: Trigger Packages Index Generation
22

33
on:
4-
push:
5-
branches:
6-
- main
7-
- release-*
8-
tags:
9-
- "*"
4+
# TODO: disabled until we have time to set this up properly, create at token for
5+
# cross-repo triggering, etc.
6+
# push:
7+
# branches:
8+
# - main
9+
# - release-*
10+
# tags:
11+
# - "*"
1012

1113
jobs:
1214
trigger-packages-index:

0 commit comments

Comments
 (0)