Skip to content

Commit

Permalink
Revert "test workflow conditionals"
Browse files Browse the repository at this point in the history
This reverts commit 532de8a.
  • Loading branch information
rasswanth-s committed Oct 22, 2024
1 parent d8cb54b commit 0d2198d
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/cd-deploy-stage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,18 +65,6 @@ jobs:
chmod 600 ~/.ssh/cert.pem
ssh-keyscan -H "4.227.144.171" >> ~/.ssh/known_hosts
- name: Test Conditional
run: |
echo "Build: ${{ inputs.build }}"
echo "Version: ${{ inputs.version }}"
echo "Dry Run: ${{ inputs.dryrun }}"
echo "Event Name: ${{ github.event_name }}"
- name: Test If conditional
if: ${{ inputs.dryrun == false }} && ${{ inputs.build == 'local' }} && github.event_name != 'pull_request'
run: |
echo "Deploying SyftBox (Local Wheel Build)"
# - name: Deploy SyftBox (Local Wheel Build)
# if: ${{ inputs.dryrun == false }} && ${{ inputs.build == 'local' }} && github.event_name != 'pull_request'
# run: |
Expand Down

0 comments on commit 0d2198d

Please sign in to comment.