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.
2 parents 66a9c2d + dd5d581 commit 0c7bcebCopy full SHA for 0c7bceb
1 file changed
.github/workflows/build.yml
@@ -44,7 +44,7 @@ jobs:
44
META_FILE_PATH_PREFIX: /var/www/spandsp/public/unstable/${{ github.ref_name }}/${{ github.run_id }}-${{ github.run_number }}
45
PLATFORM: ${{ matrix.platform.name }}
46
TARGET_ARTIFACT_NAME: ${{ matrix.os }}-${{ matrix.version }}-${{ matrix.platform.name }}-public-unstable-artifact
47
- UPLOAD_BUILD_ARTIFACTS: ${{ github.event_name != 'pull_request' }}
+ UPLOAD_BUILD_ARTIFACTS: ${{ github.event_name != 'pull_request' && github.repository == 'freeswitch/spandsp' }}
48
secrets:
49
GH_BOT_DEPLOY_TOKEN: ${{ secrets.PAT }}
50
HOSTNAME: ${{ secrets.HOSTNAME }}
0 commit comments