Skip to content

Commit

Permalink
Prevent upload
Browse files Browse the repository at this point in the history
  • Loading branch information
kordejong committed Mar 26, 2024
1 parent be4c5c0 commit 3de574b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
conda mambabuild environment/conda --override-channels --channel conda-forge
- name: Upload
uses: Dylan700/sftp-upload-action@latest
if: github.repository == 'computationalgeography/lue' && github.ref == 'refs/heads/gh628'
if: github.repository == 'computationalgeography/lue' && github.ref == 'refs/heads/ghxyz'
with:
server: ${{ secrets.FTP_SERVER }}
username: ${{ secrets.FTP_USERNAME }}
Expand Down

0 comments on commit 3de574b

Please sign in to comment.