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 00a4e8a commit b5240e0Copy full SHA for b5240e0
.github/workflows/ci.yaml
@@ -92,6 +92,7 @@ jobs:
92
93
deploy-gh-pages:
94
# if: contains(needs.initialize.outputs.teams, 'Writers') && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/next')
95
+
96
if: contains(needs.initialize.outputs.teams, 'Writers')
97
needs: [initialize, lint, test]
98
runs-on: ubuntu-latest
0 commit comments