Skip to content

Commit

Permalink
Swap checks to test CI deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
gchristov committed Feb 27, 2024
1 parent a47cff4 commit 406f53a
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/common-check.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: common-check

on:
pull_request:
push:
branches: [ master ]
paths:
- 'common/**'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/common-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: common-deploy

on:
push:
pull_request:
branches: [ master ]
paths:
- 'common/**'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/landing-page-web-service-check.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: landing-page-web-service-check

on:
pull_request:
push:
branches: [ master ]
paths:
- 'landing-page-web/**'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/landing-page-web-service-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: landing-page-web-service-deploy

on:
push:
pull_request:
branches: [ master ]
paths:
- 'landing-page-web/**'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/proxy-web-service-check.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: proxy-web-service-check

on:
pull_request:
push:
branches: [ master ]
paths:
- 'proxy-web/**'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/proxy-web-service-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: proxy-web-service-deploy

on:
push:
pull_request:
branches: [ master ]
paths:
- 'proxy-web/**'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/search-service-check.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: search-service-check

on:
pull_request:
push:
branches: [ master ]
paths:
- 'search/**'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/search-service-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: search-service-deploy

on:
push:
pull_request:
branches: [ master ]
paths:
- 'search/**'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/self-destruct-service-check.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: self-destruct-service-check

on:
pull_request:
push:
branches: [ master ]
paths:
- 'self-destruct/**'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/self-destruct-service-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: self-destruct-service-deploy

on:
push:
pull_request:
branches: [ master ]
paths:
- 'self-destruct/**'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/slack-service-check.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: slack-service-check

on:
pull_request:
push:
branches: [ master ]
paths:
- 'slack/**'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/slack-service-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: slack-service-deploy

on:
push:
pull_request:
branches: [ master ]
paths:
- 'slack/**'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/statistics-service-check.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: statistics-service-check

on:
pull_request:
push:
branches: [ master ]
paths:
- 'statistics/**'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/statistics-service-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: statistics-service-deploy

on:
push:
pull_request:
branches: [ master ]
paths:
- 'statistics/**'
Expand Down

0 comments on commit 406f53a

Please sign in to comment.