0
0
mirror of https://github.com/thegeeklab/github-releases-notifier.git synced 2024-06-02 17:49:40 +02:00
This commit is contained in:
Robert Kaussow 2020-01-14 15:12:01 +01:00
parent 2fbd69059e
commit 02e75e36cf
2 changed files with 11 additions and 8 deletions

View File

@ -207,6 +207,12 @@ def notification():
'from_secret': 'microbadger_url' 'from_secret': 'microbadger_url'
} }
}, },
'when' : {
'status': [
'success',
'failure'
]
},
}, },
], ],
'depends_on': [], 'depends_on': [],
@ -215,9 +221,5 @@ def notification():
'refs/heads/master', 'refs/heads/master',
'refs/tags/**' 'refs/tags/**'
], ],
'status': [
'success',
'failure'
]
} }
}] }]

View File

@ -291,14 +291,15 @@ steps:
settings: settings:
urls: urls:
from_secret: microbadger_url from_secret: microbadger_url
when:
status:
- success
- failure
trigger: trigger:
ref: ref:
- refs/heads/master - refs/heads/master
- refs/tags/** - refs/tags/**
status:
- success
- failure
depends_on: depends_on:
- build-container-amd64 - build-container-amd64
@ -307,6 +308,6 @@ depends_on:
--- ---
kind: signature kind: signature
hmac: c29f1291ef90ed62fa03a3788fc0e9dc03c9f76adc5adabd3097ee934aa3582b hmac: 8ec9a1f75b74bdacdf65eb5df4cc72aa22c57641ee9efb8186a8310c2459d4d2
... ...