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.
2 parents b790d53 + 3149475 commit c91291dCopy full SHA for c91291d
.github/workflows/docs.yml
@@ -27,7 +27,6 @@ jobs:
27
28
upload_docs_release:
29
name: Upload release documentation
30
- if: github.event_name == 'push' && contains(github.ref, 'refs/tags')
31
runs-on: ubuntu-latest
32
needs: [ docs ]
33
steps:
@@ -42,7 +41,7 @@ jobs:
42
41
43
ci-failure:
44
name: Teams notify on failure
45
- if: failure() && (github.event_name == 'pull_request' || github.ref == 'refs/heads/main' || github.ref_type == 'tag')
+ if: failure()
46
needs: [ docs, upload_docs_release ]
47
48
0 commit comments