Skip to content

Optimizing workflow reusability #3

Optimizing workflow reusability

Optimizing workflow reusability #3

Workflow file for this run

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
post-call:
runs-on: ubuntu-latest
needs: call-workflow
steps:
- name: Post call
run: echo "post-call run"