|
10 | 10 | schedule: |
11 | 11 | - cron: "2 2 * * *" |
12 | 12 |
|
| 13 | + pull_request: |
| 14 | + |
13 | 15 | # Allows you to run this workflow manually from the Actions tab |
14 | 16 | workflow_dispatch: |
15 | 17 |
|
@@ -48,12 +50,12 @@ jobs: |
48 | 50 | export DIR=`git show --no-patch --no-notes --pretty='%cs_%h'` |
49 | 51 | aws s3 cp lightpanda-${{ env.ARCH }}-${{ env.OS }} s3://lpd-nightly-build/${DIR}/lightpanda-${{ env.ARCH }}-${{ env.OS }} |
50 | 52 |
|
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 |
57 | 59 |
|
58 | 60 | build-linux-aarch64: |
59 | 61 | env: |
@@ -86,12 +88,12 @@ jobs: |
86 | 88 | export DIR=`git show --no-patch --no-notes --pretty='%cs_%h'` |
87 | 89 | aws s3 cp lightpanda-${{ env.ARCH }}-${{ env.OS }} s3://lpd-nightly-build/${DIR}/lightpanda-${{ env.ARCH }}-${{ env.OS }} |
88 | 90 |
|
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 |
95 | 97 |
|
96 | 98 | build-macos-aarch64: |
97 | 99 | env: |
@@ -124,12 +126,12 @@ jobs: |
124 | 126 | export DIR=`git show --no-patch --no-notes --pretty='%cs_%h'` |
125 | 127 | aws s3 cp lightpanda-${{ env.ARCH }}-${{ env.OS }} s3://lpd-nightly-build/${DIR}/lightpanda-${{ env.ARCH }}-${{ env.OS }} |
126 | 128 |
|
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 |
133 | 135 |
|
134 | 136 | build-macos-x86_64: |
135 | 137 | env: |
@@ -162,9 +164,9 @@ jobs: |
162 | 164 | export DIR=`git show --no-patch --no-notes --pretty='%cs_%h'` |
163 | 165 | aws s3 cp lightpanda-${{ env.ARCH }}-${{ env.OS }} s3://lpd-nightly-build/${DIR}/lightpanda-${{ env.ARCH }}-${{ env.OS }} |
164 | 166 |
|
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