Skip to content

Commit

Permalink
Merge pull request #70 from susom/actions-condition
Browse files Browse the repository at this point in the history
Added need condition to deploy snapshots
  • Loading branch information
pratapd1 authored Oct 28, 2024
2 parents add4fae + 00e8be0 commit 4610d6e
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 4610d6e

Please sign in to comment.