Skip to content

Commit

Permalink
ci: allow to trigger workflow manually
Browse files Browse the repository at this point in the history
  • Loading branch information
KonsumGandalf committed Apr 26, 2024
1 parent e8a7686 commit b86da0d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/lint-test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ jobs:
with:
version: 8.15.1

# Connect your workspace on nx.app and uncomment this to enable task distribution.
# The "--stop-agents-after" is optional, but allows idle agents to shut down once the "e2e-ci" targets have been requested
- run: pnpm exec nx-cloud start-ci-run --distribute-on="5 linux-medium-js" --stop-agents-after="e2e-ci"

# Cache node_modules
- uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit b86da0d

Please sign in to comment.