Skip to content

Commit 7eba685

Browse files
authored
fix report failure workflow (#47)
1 parent 3363769 commit 7eba685

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/nix-build-and-upload.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ jobs:
103103
destination: 'p4-fusion/x86_64-linux/'
104104
glob: 'p4-fusion*'
105105

106-
# report_failure:
107-
# needs: [aarch64-darwin, x86_64-darwin, x86_64-linux]
108-
# if: ${{ failure() }}
109-
# uses: sourcegraph/sourcegraph/.github/workflows/report-job-failure.yml@main
110-
# secrets: inherit
106+
report_failure:
107+
needs: [aarch64-darwin, x86_64-darwin, x86_64-linux]
108+
if: ${{ failure() }}
109+
uses: sourcegraph/workflows/.github/workflows/report-job-failure.yml@main
110+
secrets: inherit

0 commit comments

Comments
 (0)