Skip to content

Commit 641d006

Browse files
committed
test
1 parent 395c601 commit 641d006

File tree

1 file changed

+26
-24
lines changed

1 file changed

+26
-24
lines changed

.github/workflows/build.yml

Lines changed: 26 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ on:
1010
schedule:
1111
- cron: "2 2 * * *"
1212

13+
pull_request:
14+
1315
# Allows you to run this workflow manually from the Actions tab
1416
workflow_dispatch:
1517

@@ -48,12 +50,12 @@ jobs:
4850
export DIR=`git show --no-patch --no-notes --pretty='%cs_%h'`
4951
aws s3 cp lightpanda-${{ env.ARCH }}-${{ env.OS }} s3://lpd-nightly-build/${DIR}/lightpanda-${{ env.ARCH }}-${{ env.OS }}
5052
51-
- name: Upload the build
52-
uses: ncipollo/release-action@v1
53-
with:
54-
allowUpdates: true
55-
artifacts: lightpanda-${{ env.ARCH }}-${{ env.OS }}
56-
tag: nightly
53+
# - name: Upload the build
54+
# uses: ncipollo/release-action@v1
55+
# with:
56+
# allowUpdates: true
57+
# artifacts: lightpanda-${{ env.ARCH }}-${{ env.OS }}
58+
# tag: nightly
5759

5860
build-linux-aarch64:
5961
env:
@@ -86,12 +88,12 @@ jobs:
8688
export DIR=`git show --no-patch --no-notes --pretty='%cs_%h'`
8789
aws s3 cp lightpanda-${{ env.ARCH }}-${{ env.OS }} s3://lpd-nightly-build/${DIR}/lightpanda-${{ env.ARCH }}-${{ env.OS }}
8890
89-
- name: Upload the build
90-
uses: ncipollo/release-action@v1
91-
with:
92-
allowUpdates: true
93-
artifacts: lightpanda-${{ env.ARCH }}-${{ env.OS }}
94-
tag: nightly
91+
# - name: Upload the build
92+
# uses: ncipollo/release-action@v1
93+
# with:
94+
# allowUpdates: true
95+
# artifacts: lightpanda-${{ env.ARCH }}-${{ env.OS }}
96+
# tag: nightly
9597

9698
build-macos-aarch64:
9799
env:
@@ -124,12 +126,12 @@ jobs:
124126
export DIR=`git show --no-patch --no-notes --pretty='%cs_%h'`
125127
aws s3 cp lightpanda-${{ env.ARCH }}-${{ env.OS }} s3://lpd-nightly-build/${DIR}/lightpanda-${{ env.ARCH }}-${{ env.OS }}
126128
127-
- name: Upload the build
128-
uses: ncipollo/release-action@v1
129-
with:
130-
allowUpdates: true
131-
artifacts: lightpanda-${{ env.ARCH }}-${{ env.OS }}
132-
tag: nightly
129+
# - name: Upload the build
130+
# uses: ncipollo/release-action@v1
131+
# with:
132+
# allowUpdates: true
133+
# artifacts: lightpanda-${{ env.ARCH }}-${{ env.OS }}
134+
# tag: nightly
133135

134136
build-macos-x86_64:
135137
env:
@@ -162,9 +164,9 @@ jobs:
162164
export DIR=`git show --no-patch --no-notes --pretty='%cs_%h'`
163165
aws s3 cp lightpanda-${{ env.ARCH }}-${{ env.OS }} s3://lpd-nightly-build/${DIR}/lightpanda-${{ env.ARCH }}-${{ env.OS }}
164166
165-
- name: Upload the build
166-
uses: ncipollo/release-action@v1
167-
with:
168-
allowUpdates: true
169-
artifacts: lightpanda-${{ env.ARCH }}-${{ env.OS }}
170-
tag: nightly
167+
# - name: Upload the build
168+
# uses: ncipollo/release-action@v1
169+
# with:
170+
# allowUpdates: true
171+
# artifacts: lightpanda-${{ env.ARCH }}-${{ env.OS }}
172+
# tag: nightly

0 commit comments

Comments
 (0)