Skip to content

Commit

Permalink
Merge pull request #265 from jaimergp/fix-keep-alive
Browse files Browse the repository at this point in the history
Use keep alive in API mode in-workflow
  • Loading branch information
jakirkham authored May 8, 2024
2 parents 351b270 + 11aac27 commit 3d6280b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 16 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -160,3 +160,13 @@ jobs:
destination_container_repo: quay.io/condaforge/${{ matrix.cfg.DOCKERIMAGE }}:${{ matrix.cfg.DOCKERTAG }}
provider: quay
readme_file: "${{ matrix.cfg.DOCKERFILE == '' && matrix.cfg.DOCKERIMAGE || matrix.cfg.DOCKERFILE }}/README.md"

keepalive-job:
name: Keep alive
runs-on: ubuntu-latest
if: github.event_name == 'schedule'
permissions:
actions: write
steps:
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
- uses: gautamkrishnar/keepalive-workflow@beb86212524e1ae856d1cd80efb44e73bf7daf4a # 2.0.1
16 changes: 0 additions & 16 deletions .github/workflows/keep-alive.yaml

This file was deleted.

0 comments on commit 3d6280b

Please sign in to comment.