Skip to content

Commit

Permalink
workflow cleanup (#480)
Browse files Browse the repository at this point in the history
  • Loading branch information
Themezv authored Mar 16, 2024
1 parent 53c64ed commit 0a92286
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 11 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/blog-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: 'Blog build, push and deploy'

on:
workflow_dispatch:
branches:
- master
push:
branches: [ master ]
paths:
Expand All @@ -13,7 +11,6 @@ on:
- '.github/workflows/blog-deploy.yml'
- '.github/actions/deploy-to-swarm/**'


jobs:

build-blog-image:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: 'Run-E2E'

on:
workflow_dispatch:
branches:
- master
schedule:
- cron: '0 15 * * *'

Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/gamehub-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@ name: 'GameHub build, push and deploy'

on:
workflow_dispatch:
branches:
- master
push:
branches: [ master, 475-modify-deploy-to-swarm-action-to-use-with-yandex-cloud ]
branches: [ master ]
paths:
- 'apps/gamehub-client/**'
- '.deploy/gamehub.deploy.yml'
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/ligretto-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,9 @@ name: 'Ligretto build, push and deploy'

on:
workflow_dispatch:
branches:
- master
push:
branches:
- master
- 475-modify-deploy-to-swarm-action-to-use-with-yandex-cloud
paths-ignore:
- 'apps/gamehub-client/**'
- 'apps/blog/**'
Expand Down

0 comments on commit 0a92286

Please sign in to comment.