We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3e88b6 commit a464b46Copy full SHA for a464b46
.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