Skip to content

Optimizing workflow reusability #6

Optimizing workflow reusability

Optimizing workflow reusability #6

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