mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
ci: Remove excess key
This commit is contained in:
parent
90f59d1f7b
commit
e1fdfeb50c
3
.github/workflows/ci-master.yml
vendored
3
.github/workflows/ci-master.yml
vendored
|
@ -119,9 +119,6 @@ jobs:
|
|||
name: Notify Slack on failure
|
||||
runs-on: ubuntu-latest
|
||||
needs: [unit-test, lint]
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [18.x, 20.x]
|
||||
steps:
|
||||
- name: Notify Slack on failure
|
||||
uses: act10ns/slack@v2.0.0
|
||||
|
|
Loading…
Reference in a new issue