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 30, 2024
1 parent e3939fe commit 3c8da15
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/vertx-parent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ jobs:
deploy_snapshots:
name: Deploy Snapshots
runs-on: ubuntu-20.04
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
permissions:
contents: 'read'
id-token: 'write'
Expand Down

0 comments on commit 3c8da15

Please sign in to comment.