ci: Only make nightly release on ruffle-rs/ruffle

This commit is contained in:
Daniel Jacobs 2022-12-28 17:17:26 -05:00 committed by Aaron Hill
parent 9d6763510b
commit b22d75eb32
1 changed files with 4 additions and 0 deletions

View File

@ -17,6 +17,10 @@ jobs:
date: ${{ steps.current_time_underscores.outputs.formattedTime }} date: ${{ steps.current_time_underscores.outputs.formattedTime }}
upload_url: ${{ steps.create_release.outputs.upload_url }} upload_url: ${{ steps.create_release.outputs.upload_url }}
package_prefix: ruffle-nightly-${{ steps.current_time_underscores.outputs.formattedTime }} package_prefix: ruffle-nightly-${{ steps.current_time_underscores.outputs.formattedTime }}
# Only run the scheduled workflows on the main repo.
if: github.repository == 'ruffle-rs/ruffle'
steps: steps:
- name: Activity check - name: Activity check
run: | run: |