Skip to content

Commit

Permalink
Bump gautamkrishnar/keepalive-workflow from 1 to 2 (#33)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Oliver Kopp <kopp.dev@gmail.com>
  • Loading branch information
dependabot[bot] and koppor authored Mar 25, 2024
1 parent d47eedf commit c70eec4
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/keep-alive.yml

This file was deleted.

8 changes: 8 additions & 0 deletions .github/workflows/miktex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,3 +167,11 @@ jobs:
*.log
miktex-report.txt
/tmp/.miktex/texmfs/data/miktex/log
keepalive:
name: Keepalive
runs-on: ubuntu-latest
permissions:
actions: write
steps:
- uses: actions/checkout@v4
- uses: gautamkrishnar/keepalive-workflow@v2
8 changes: 8 additions & 0 deletions .github/workflows/texlive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,11 @@ jobs:
with:
name: logs-texlive-${{ matrix.filename }}
path: "*.log"
keepalive:
name: Keepalive
runs-on: ubuntu-latest
permissions:
actions: write
steps:
- uses: actions/checkout@v4
- uses: gautamkrishnar/keepalive-workflow@v2

0 comments on commit c70eec4

Please sign in to comment.