Skip to content

Commit

Permalink
Optimizing workflow reusability
Browse files Browse the repository at this point in the history
  • Loading branch information
vmpay committed Jun 17, 2024
1 parent 39b951e commit 5189aea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/reuse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@ name: New workflow
on:
push:
branches: [ feature/cn_region_depr ]

workflow_dispatch:

jobs:
call-workflow:
uses: vmpay/battle_net_dart/.github/workflows/main.yml@feature/cn_region_depr
uses: vmpay/battle_net_dart/.github/workflows/main.yml@39b951edff19bc03332420545ead6445cb4368ec
secrets: inherit

post-call:
Expand Down

0 comments on commit 5189aea

Please sign in to comment.