services/nomad/apps: Fix deprecation warning for xmandump #9
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: mdbook Service Container | |
on: | |
workflow_dispatch: | |
pull_request: | |
branches: | |
- master | |
paths: | |
- services/pkg/mdbook/** | |
push: | |
branches: | |
- master | |
paths: | |
- services/pkg/mdbook/** | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.ref }} | |
cancel-in-progress: true | |
jobs: | |
main: | |
uses: ./.github/workflows/build-pkg.yml | |
with: | |
service_name: mdbook |