We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bbda39 commit bcf6ba4Copy full SHA for bcf6ba4
.github/workflows/pr.yml
@@ -9,14 +9,14 @@ jobs:
9
secrets:
10
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
11
12
- e2e-test:
13
- needs: [test]
14
- uses: ./.github/workflows/e2e-test.yaml
15
- secrets:
16
- NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
17
-
18
- build:
19
- needs: [test, e2e-test]
20
- uses: ./.github/workflows/build.yml
21
22
+# e2e-test:
+# needs: [test]
+# uses: ./.github/workflows/e2e-test.yaml
+# secrets:
+# NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
+#
+# build:
+# needs: [test, e2e-test]
+# uses: ./.github/workflows/build.yml
0 commit comments