Skip to content

Commit 7d147e7

Browse files
Update publish-all-operators.yaml
1 parent e85fef7 commit 7d147e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-all-operators.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ jobs:
249249
notifyFailure:
250250
name: Notify Slack on Failure
251251
runs-on: ubuntu-latest
252-
if: failure() && github.ref == 'refs/heads/main'
252+
if: failure()
253253
needs: [start, buildPublic, buildGCP, buildAzure, buildAWS, buildAMI]
254254
steps:
255255
- name: Send Slack Alert

0 commit comments

Comments
 (0)