Skip to content

Commit

Permalink
Enable scheduler
Browse files Browse the repository at this point in the history
  • Loading branch information
m0ngr31 committed Nov 1, 2023
1 parent 512be73 commit 801cd46
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/weekly-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,10 @@ jobs:
tag_name: name,
prerelease: false,
make_latest: 'true',
});
await github.rest.actions.enableWorkflow({
owner: 'm0ngr31',
repo: 'genmon',
workflow_id: 'weekly-runner.yml',
});

0 comments on commit 801cd46

Please sign in to comment.