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 75a5454 commit 12c83a5Copy full SHA for 12c83a5
.github/workflows/pr_checks.yml
@@ -27,6 +27,6 @@ jobs:
27
uses: ./.github/workflows/unit-tests.yml
28
secrets: inherit
29
30
- e2e:
31
- uses: ./.github/workflows/e2e.yml
32
- secrets: inherit
+ # e2e:
+ # uses: ./.github/workflows/e2e.yml
+ # secrets: inherit
.github/workflows/publish.yml
@@ -49,11 +49,11 @@ jobs:
49
50
51
52
53
54
55
56
publish:
57
- needs: [typecheck, units, e2e]
+ needs: [typecheck, units]
58
uses: ./.github/workflows/publish-docker.yml
59
0 commit comments