Skip to content

Commit

Permalink
Merge pull request #1254 from dreammall-earth/workflows-trigger-pull_…
Browse files Browse the repository at this point in the history
…request

feat(other): add event trigger pull_request_target to test workflows
  • Loading branch information
mahula authored Jun 24, 2024
2 parents 7f45293 + a72769d commit 4d3c241
Show file tree
Hide file tree
Showing 27 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/admin.test.build.code.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "admin:test:build test code"

on: push
on: [push,pull_request_target]

jobs:
# only (but most important) job from this workflow required for pull requests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/admin.test.build.docker.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "admin:test:build test docker"

on: push
on: [push,pull_request_target]

jobs:
# only (but most important) job from this workflow required for pull requests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/admin.test.build.docs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "admin:test:build test docs"

on: push
on: [push,pull_request_target]

jobs:
# only (but most important) job from this workflow required for pull requests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/admin.test.build.storybook.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "admin:test:build test storybook"

on: push
on: [push,pull_request_target]

jobs:
# only (but most important) job from this workflow required for pull requests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/admin.test.lint.code.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "admin:test:lint code with defined linters"

on: push
on: [push,pull_request_target]

jobs:
# only (but most important) job from this workflow required for pull requests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/admin.test.unit.code.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "admin:test:unit test code with defined suites"

on: push
on: [push,pull_request_target]

jobs:
# only (but most important) job from this workflow required for pull requests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/backend.test.build.code.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "backend:test:build test code"

on: push
on: [push,pull_request_target]

jobs:
# only (but most important) job from this workflow required for pull requests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/backend.test.build.docker.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "backend:test:build test docker"

on: push
on: [push,pull_request_target]

jobs:
# only (but most important) job from this workflow required for pull requests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/backend.test.build.docs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "backend:test:build test docs"

on: push
on: [push,pull_request_target]

jobs:
# only (but most important) job from this workflow required for pull requests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/backend.test.lint.code.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "backend:test:lint code with defined linters"

on: push
on: [push,pull_request_target]

jobs:
# only (but most important) job from this workflow required for pull requests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/backend.test.unit.code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: "backend:test:unit test code with defined suites"
env:
DATABASE_URL: mysql://root:@localhost:3306/dreammall.earth

on: push
on: [push,pull_request_target]

jobs:
# only (but most important) job from this workflow required for pull requests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e.run.tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: e2e:test:all test the application end to end

on: push
on: [push,pull_request_target]

jobs:
e2e-tests:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e.test.build.docs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: e2e:test:build test docs

on: push
on: [push,pull_request_target]

jobs:
files-changed:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e.test.lint.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: e2e:test:lint code with defined linters

on: push
on: [push,pull_request_target]

jobs:
files-changed:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/frontend.test.build.code.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "frontend:test:build test code"

on: push
on: [push,pull_request_target]

jobs:
# only (but most important) job from this workflow required for pull requests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/frontend.test.build.docker.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "frontend:test:build test docker"

on: push
on: [push,pull_request_target]

jobs:
# only (but most important) job from this workflow required for pull requests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/frontend.test.build.docs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "frontend:test:build test docs"

on: push
on: [push,pull_request_target]

jobs:
# only (but most important) job from this workflow required for pull requests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/frontend.test.build.storybook.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "frontend:test:build test storybook"

on: push
on: [push,pull_request_target]

jobs:
# only (but most important) job from this workflow required for pull requests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/frontend.test.lint.code.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "frontend:test:lint code with defined linters"

on: push
on: [push,pull_request_target]

jobs:
# only (but most important) job from this workflow required for pull requests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/frontend.test.unit.code.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "frontend:test:unit test code with defined suites"

on: push
on: [push,pull_request_target]

jobs:
# only (but most important) job from this workflow required for pull requests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/presenter.test.build.code.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "presenter:test:build test code"

on: push
on: [push,pull_request_target]

jobs:
# only (but most important) job from this workflow required for pull requests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/presenter.test.build.docker.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "presenter:test:build test docker"

on: push
on: [push,pull_request_target]

jobs:
# only (but most important) job from this workflow required for pull requests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/presenter.test.build.docs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "presenter:test:build test docs"

on: push
on: [push,pull_request_target]

jobs:
# only (but most important) job from this workflow required for pull requests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/presenter.test.build.storybook.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "presenter:test:build test storybook"

on: push
on: [push,pull_request_target]

jobs:
# only (but most important) job from this workflow required for pull requests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/presenter.test.lint.code.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "presenter:test:lint code with defined linters"

on: push
on: [push,pull_request_target]

jobs:
# only (but most important) job from this workflow required for pull requests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/presenter.test.unit.code.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "presenter:test:unit test code with defined suites"

on: push
on: [push,pull_request_target]

jobs:
# only (but most important) job from this workflow required for pull requests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.code.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "dreammall:test:code with defined tests & linters"

on: push
on: [push,pull_request_target]

jobs:
# only (but most important) job from this workflow required for pull requests
Expand Down

0 comments on commit 4d3c241

Please sign in to comment.