Skip to content

Commit c91291d

Browse files
committed
Merge branch 'main' into release/0.10
2 parents b790d53 + 3149475 commit c91291d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ jobs:
2727

2828
upload_docs_release:
2929
name: Upload release documentation
30-
if: github.event_name == 'push' && contains(github.ref, 'refs/tags')
3130
runs-on: ubuntu-latest
3231
needs: [ docs ]
3332
steps:
@@ -42,7 +41,7 @@ jobs:
4241

4342
ci-failure:
4443
name: Teams notify on failure
45-
if: failure() && (github.event_name == 'pull_request' || github.ref == 'refs/heads/main' || github.ref_type == 'tag')
44+
if: failure()
4645
needs: [ docs, upload_docs_release ]
4746
runs-on: ubuntu-latest
4847
steps:

0 commit comments

Comments
 (0)