Skip to content

Commit

Permalink
and what about this?
Browse files Browse the repository at this point in the history
  • Loading branch information
JaSei committed Oct 27, 2023
1 parent d648b2a commit 54c661f
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .github/workflows/a.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,17 @@ on:
- .github/workflows/_*.yaml
- services/a

push-job:
call-service-worflow:
jobs:
push-job:
if: github.event.action == 'merged'
uses: ./.github/workflows/_service_release.yaml
with:
service_name: a
call-service-worflow:
uses: ./.github/workflows/_service_release.yaml
with:
service_name: a

pull-request-job:
call-service-worflow:
pull-request-job:
if: github.event.action == 'opened'
uses: ./.github/workflows/_service_test.yaml
with:
service_name: a
call-service-worflow:
uses: ./.github/workflows/_service_test.yaml
with:
service_name: a

0 comments on commit 54c661f

Please sign in to comment.