Skip to content

Commit

Permalink
workflow: fix runner_warmer startup
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelGSS committed May 29, 2024
1 parent 7efb895 commit 0243998
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/runner_warmer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ on:
- cron: "0 12 * * 0"
workflow_dispatch: # Allows manual triggering of the workflow

permissions:
issues: write
contents: read
id-token: write

jobs:
start_windows_runner:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0243998

Please sign in to comment.