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 96a8389 commit 8f408e2Copy full SHA for 8f408e2
.github/workflows/stage-3-build.yaml
@@ -57,7 +57,7 @@ jobs:
57
58
artefact-oas-spec:
59
name: "Build OAS spec (${{ matrix.apimEnv }})"
60
- if: (github.event_name == 'push' && github.ref == 'refs/heads/main')
+ #if: (github.event_name == 'push' && github.ref == 'refs/heads/main')
61
runs-on: ubuntu-latest
62
needs: [artefact-jekyll-docs]
63
timeout-minutes: 10
0 commit comments