Skip to content

Commit

Permalink
Test discord hook
Browse files Browse the repository at this point in the history
  • Loading branch information
MrRevo3D authored Sep 8, 2024
1 parent 0eecf66 commit 19cf586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
needs:
- get_version
- job-matrix
if: (needs.job-matrix.result == 'success') && (startsWith(github.ref, 'refs/tags') || github.ref == 'refs/heads/master')
if: (needs.job-matrix.result == 'success') # && (startsWith(github.ref, 'refs/tags') || github.ref == 'refs/heads/master')
steps:
- uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 19cf586

Please sign in to comment.