Skip to content

Commit

Permalink
hopefully this commit will do that test are run everytime and release…
Browse files Browse the repository at this point in the history
… only when PR is closed
  • Loading branch information
JaSei committed Oct 30, 2023
1 parent 7e1df79 commit db31034
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/a.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@ name: Service A

on:
pull_request:
# types: [closed]
types:
- opened
- synchronize
- reopened
- closed
branch:
- master
- main
Expand All @@ -18,8 +22,7 @@ jobs:
service_name: a

push-job:
# if: github.event.pull_request.merged == true

if: github.event.pull_request.merged == true
uses: ./.github/workflows/_service_release.yaml
with:
service_name: a

0 comments on commit db31034

Please sign in to comment.