Skip to content

fix: shutdown agents after running parallel commands (#90) #38

fix: shutdown agents after running parallel commands (#90)

fix: shutdown agents after running parallel commands (#90) #38

Workflow file for this run

# INTERNAL TO THIS REPO
# This workflow is used to publish the Nx Cloud workflows (by tagging the repo)
name: "Publish"
on:
push:
branches:
- main
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: jameshenry/publish-shell-action@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}