Skip to content

Commit

Permalink
Merge pull request #42 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 30, 2024
2 parents e3939fe + 3c8da15 commit 8df6313
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 8df6313

Please # to comment.