Skip to content

Commit

Permalink
Revert "Deliberate fail to test release workflow, revert later"
Browse files Browse the repository at this point in the history
This reverts commit f1a05c0.
  • Loading branch information
LowriJenkins committed Jul 31, 2024
1 parent f1a05c0 commit 6b0e4aa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/Linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,8 @@ jobs:
steps:
- run: exit 1
# see https://stackoverflow.com/a/67532120/4907315
if: >-
${{
contains(needs.*.result, 'failure')
|| contains(needs.*.result, 'cancelled')
}}

0 comments on commit 6b0e4aa

Please sign in to comment.