Skip to content

Commit

Permalink
chore(ci): clean up manual build of debug and auto triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
gluax committed Jun 22, 2023
1 parent e57df30 commit a3ea23c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/manual_test_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
# NOTE: This file can be overwritten so be cautious when downloading.
# The idea behind this process is to avoid publishing a test version to our Github Release page.
on:
push:
workflow_dispatch:

jobs:
Expand All @@ -31,8 +30,8 @@ jobs:
echo "is_allowed=false" >> $GITHUB_OUTPUT
test_release:
# needs: check_actor
# if: ${{ needs.check_actor.outputs.is_allowed == 'true' }}
needs: check_actor
if: ${{ needs.check_actor.outputs.is_allowed == 'true' }}
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -50,7 +49,6 @@ jobs:
- name: Upload to transfer.sh
id: upload
run: |
ls -la release
TRANSFER_URL=$(curl --upload-file release/seda-chain_linux_arm64.tar.gz https://transfer.sh/seda-chain_linux_arm64.tar.gz)
echo "transfer_url=$TRANSFER_URL" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit a3ea23c

Please sign in to comment.