mirror of
https://github.com/indetectables-net/toolkit.git
synced 2025-06-22 02:40:50 +00:00
Fix test case for sign pipeline
This commit is contained in:
parent
32f0d80b1a
commit
1129fc6a69
6
.github/workflows/sign.yml
vendored
6
.github/workflows/sign.yml
vendored
@ -18,7 +18,11 @@ permissions:
|
||||
jobs:
|
||||
sign:
|
||||
if: >
|
||||
(github.event_name == 'workflow_run' && github.event.workflow_run.conclusion == 'success')
|
||||
(
|
||||
github.event_name == 'workflow_run' &&
|
||||
github.event.workflow_run.conclusion == 'success' &&
|
||||
github.event.workflow_run.event == 'push'
|
||||
)
|
||||
|| github.event_name == 'workflow_dispatch'
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user