Skip to content

Commit

Permalink
ci: unfork nx cloud actions (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattlewis92 authored Nov 17, 2023
1 parent 1952b86 commit ba941c9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 611 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ permissions:
jobs:
main:
name: Nx Cloud - Main Job
uses: ./.github/workflows/nx-cloud-main.yml
uses: nrwl/ci/.github/workflows/nx-cloud-main.yml@v0.14.0
with:
main-branch-name: main
number-of-agents: 3
Expand All @@ -29,6 +29,6 @@ jobs:
agents:
name: Nx Cloud - Agents
uses: ./.github/workflows/nx-cloud-agents.yml
uses: nrwl/ci/.github/workflows/nx-cloud-agents.yml@v0.14.0
with:
number-of-agents: 3
241 changes: 0 additions & 241 deletions .github/workflows/nx-cloud-agents.yml

This file was deleted.

Loading

0 comments on commit ba941c9

Please sign in to comment.