We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfe5de6 commit c3bedc3Copy full SHA for c3bedc3
.github/workflows/pack-libs.yml
@@ -211,6 +211,7 @@ jobs:
211
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
212
213
- 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')
215
uses: static-php/[email protected]
216
with:
217
aws_key_id: ${{ secrets.AWS_KEY_ID }}
0 commit comments