We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c263305 commit c7b8c1dCopy full SHA for c7b8c1d
.github/workflows/build.yml
@@ -85,7 +85,7 @@ jobs:
85
name: code (${{ matrix.channel }})
86
path: dist/code/super-rentals
87
include-hidden-files: true
88
- - name: Notify Discord
+ - name: Notify Discord # This is a step rather than a job because of the matrix
89
uses: sarisia/actions-status-discord@v1
90
if: ${{ failure() && github.event_name == 'schedule' }}
91
with:
0 commit comments