Skip to content

Commit

Permalink
DROPME: publish these snapshots for PRs too
Browse files Browse the repository at this point in the history
...so we can test this before merging.
  • Loading branch information
perlun committed Mar 30, 2024
1 parent f8271f1 commit 49853c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-snapshot-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
REMOTE_HOST: ${{ secrets.SSH_REMOTE_HOST }}
REMOTE_USER: ${{ secrets.SSH_REMOTE_USER }}
TARGET: ${{ secrets.SSH_REMOTE_TARGET }}
if: github.ref == 'refs/heads/master'
#if: github.ref == 'refs/heads/master'

# TODO: Would ideally run _after_ all jobs of the matrix...
- name: Update latest build symlink
Expand All @@ -89,4 +89,4 @@ jobs:
username: ${{ secrets.SSH_REMOTE_USER }}
key: ${{ secrets.SSH_PRIVATE_KEY }}
script: ${{ secrets.UPDATE_SYMLINK_CMD }}
if: github.ref == 'refs/heads/master'
#if: github.ref == 'refs/heads/master'

0 comments on commit 49853c0

Please sign in to comment.