Skip to content

Commit 0287337

Browse files
authored
ci: downgrade to v0.13
1 parent f55597c commit 0287337

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ concurrency:
1414
jobs:
1515
main:
1616
name: Nx Cloud
17-
uses: nrwl/ci/.github/workflows/nx-cloud-main.yml@v0.14.0
17+
uses: nrwl/ci/.github/workflows/nx-cloud-main.yml@v0.13.0
1818
secrets:
1919
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
2020
with:
@@ -30,7 +30,7 @@ jobs:
3030
3131
agents:
3232
name: Nx Cloud - Agents
33-
uses: nrwl/ci/.github/workflows/nx-cloud-agents.yml@v0.14.0
33+
uses: nrwl/ci/.github/workflows/nx-cloud-agents.yml@v0.13.0
3434
secrets:
3535
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
3636
with:

0 commit comments

Comments
 (0)