Skip to content

Commit

Permalink
Added need condition to deploy snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
kcs-bandihareesh authored Oct 28, 2024
1 parent add4fae commit 00e8be0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/database-goodies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ jobs:
deploy-snapshots:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master' && github.event_name == 'push'
if: github.repository == 'susom/database-goodies' && github.ref == 'refs/heads/master' && github.event_name == 'push'
needs: test
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit 00e8be0

Please sign in to comment.