File tree Expand file tree Collapse file tree 4 files changed +262
-261
lines changed
Expand file tree Collapse file tree 4 files changed +262
-261
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,8 @@ concurrency:
2121jobs :
2222 build :
2323 name : " Build"
24- if : ${{ !contains(github.event.head_commit.message, '#nodeploy') }}
24+ if : ${{ !contains(github.event.head_commit.message, '#nodeploy') || github.actor != 'dependabot[bot]' }}
25+
2526 uses : cssnr/workflows/.github/workflows/npm-build.yaml@master
2627 permissions :
2728 contents : read
Original file line number Diff line number Diff line change @@ -50,10 +50,10 @@ export const repos = [
5050 [ 'goldor8/custom-docker-compose-ssh-deployment' ] ,
5151 [ 'manugame/custom-docker-compose-ssh-deployment' ] ,
5252 [ 'hamidfzm/docker-remote-deployment-action' ] ,
53+ [ 'dombyte/docker-deploy' ] ,
5354 [ 'revelhome/stack-deploy-action' ] ,
5455 [ 'jrm402/docker-stack-deploy' ] ,
5556 [ 'sklimaszewski/dokploy-deploy-image-action' ] ,
56- [ 'dombyte/docker-deploy' ] ,
5757 [ 'modcraftmc/custom-docker-compose-ssh-deployment' ] ,
5858 [ 'anilrajrimal1/ecr-docker-ssh-deployer' ] ,
5959 [ 'tristiisch/docker-stack-deployment' ] ,
You can’t perform that action at this time.
0 commit comments