Skip to content

Commit a233860

Browse files
committed
ci: temporarily disable pre-build/test in publish workflow
1 parent 9030d5c commit a233860

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ on:
55
types: [published]
66

77
jobs:
8-
ci:
9-
uses: ./.github/workflows/ci.yml
8+
# ci:
9+
# uses: ./.github/workflows/ci.yml
1010
cd:
11+
# needs:
12+
# - ci
1113
runs-on: ubuntu-latest
1214
steps:
1315
- name: Config GitHub user
@@ -113,5 +115,3 @@ jobs:
113115
publish_dir: ./packages/scratch-gui/build
114116
destination_dir: scratch-gui
115117
full_commit_message: "Build for ${{ github.sha }} ${{ github.event.head_commit.message }}"
116-
needs:
117-
- ci

0 commit comments

Comments
 (0)