Skip to content

Commit 3bb55f1

Browse files
committed
CI sync-packages v009
1 parent 6cf1dd3 commit 3bb55f1

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.github/workflows/sync-packages.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
name: Sync packages
22

33
on:
4-
pull_request:
5-
branches:
6-
- main
7-
- packages-launch
84
schedule:
95
- cron: '0 0 * * 0' # At 00:00 on Sunday.
106
workflow_dispatch: # Allow manual triggering
@@ -32,14 +28,7 @@ jobs:
3228
env:
3329
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3430

35-
- name: Check for changes
36-
run: |
37-
echo "Checking for changes in registry files..."
38-
git status --porcelain apps/svelte.dev/src/lib/server/generated/registry/
39-
echo "Git status exit code: $?"
40-
4131
- name: Create or update pull request
42-
id: cpr
4332
uses: peter-evans/create-pull-request@v7
4433
with:
4534
commit-message: '(AUTO) Update packages data'
@@ -48,10 +37,3 @@ jobs:
4837
base: main
4938
branch: ci/update-packages-data
5039
delete-branch: true
51-
add-paths: |
52-
apps/svelte.dev/src/lib/server/generated/registry/*.json
53-
54-
- name: Check outputs
55-
run: |
56-
echo "Pull Request Number - ${{ steps.cpr.outputs.pull-request-number }}"
57-
echo "Pull Request URL - ${{ steps.cpr.outputs.pull-request-url }}"

0 commit comments

Comments
 (0)