Skip to content

Commit c3bedc3

Browse files
authored
Update pack-libs.yml
1 parent dfe5de6 commit c3bedc3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pack-libs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ jobs:
211211
gh release upload "$ref" "dist/${{ matrix.lib }}-${{ steps.process-env.outputs.ARCH }}-${{ steps.process-env.outputs.OS }}.${{ steps.process-env.outputs.SUFFIX }}" --repo static-php/static-php-cli-hosted --clobber
212212
213213
- name: "Deploy to self-hosted OSS"
214+
if: github.repository == 'static-php/static-php-cli-hosted' && (github.event_name == 'workflow_dispatch' || github.event_name == 'schedule')
214215
uses: static-php/[email protected]
215216
with:
216217
aws_key_id: ${{ secrets.AWS_KEY_ID }}

0 commit comments

Comments
 (0)