fix: missed this undistinguished skip flag

pull/243/head
Josh Moore 8 months ago
parent 5efb5a5dca
commit 61c84939c3

@ -56,7 +56,7 @@ jobs:
discord:
name: Send Discord Notification
needs: build_and_push
if: always() && github.event_name != 'pull_request' && !contains(github.event.head_commit.message, '[skip ci]')
if: always() && github.event_name != 'pull_request' && !contains(github.event.head_commit.message, '[skip ci:docker]')
runs-on: ubuntu-latest
steps:
- name: Get Build Job Status

Loading…
Cancel
Save