Prevent workflow from getting disabled (#17)
This commit is contained in:
parent
200d3a155d
commit
1d366b0f86
1 changed files with 2 additions and 0 deletions
2
.github/workflows/get_context.yml
vendored
2
.github/workflows/get_context.yml
vendored
|
@ -39,3 +39,5 @@ jobs:
|
||||||
name: artifacts
|
name: artifacts
|
||||||
path: |
|
path: |
|
||||||
artifacts
|
artifacts
|
||||||
|
- name: Keep workflow alive
|
||||||
|
uses: gautamkrishnar/keepalive-workflow@v1
|
||||||
|
|
Loading…
Reference in a new issue