Disable keepalive
This is causing an error (#23) because we aren't actually checking out the repo. Need to revisit at a later stage.
This commit is contained in:
parent
afc981930c
commit
0d95631980
1 changed files with 2 additions and 2 deletions
4
.github/workflows/get_context.yml
vendored
4
.github/workflows/get_context.yml
vendored
|
@ -39,5 +39,5 @@ jobs:
|
||||||
name: artifacts
|
name: artifacts
|
||||||
path: |
|
path: |
|
||||||
artifacts
|
artifacts
|
||||||
- name: Keep workflow alive
|
# - name: Keep workflow alive
|
||||||
uses: gautamkrishnar/keepalive-workflow@v1
|
# uses: gautamkrishnar/keepalive-workflow@v1
|
||||||
|
|
Loading…
Reference in a new issue