Skip to content

Commit

Permalink
kjlgb
Browse files Browse the repository at this point in the history
  • Loading branch information
meisnate12 committed May 13, 2024
1 parent 23a63f7 commit cba7109
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:

docker:
needs: changes
if: ${{ needs.changes.outputs.changed }} == 'true'
runs-on: ubuntu-latest
if: ${{ needs.changes.outputs.changed == 'true' }}
steps:

- name: Discord Failure Notification
Expand All @@ -47,10 +47,11 @@ jobs:
avatar_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/nightly/.github/bot.png
author: GitHub
author_icon_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/nightly/.github/git.png

docker2:
needs: changes
if: ${{ needs.changes.outputs.changed }} != 'true'
runs-on: ubuntu-latest
if: needs.changes.outputs.changed != 'true'
steps:

- name: Discord Failure Notification
Expand Down
2 changes: 1 addition & 1 deletion docs/test.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# Test12r
# Test12r5

0 comments on commit cba7109

Please sign in to comment.