Skip to content

Commit

Permalink
chore: Always run keepalive to make sure actions keep getting run
Browse files Browse the repository at this point in the history
It seems that scala steward might fail if one of the repos failed and keepalive would not be run.

Now, it should run always.
  • Loading branch information
tgodzik committed Dec 7, 2023
1 parent 4f7f497 commit 71e79de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/steward.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
author-name: scala-center-steward[bot]

- uses: gautamkrishnar/keepalive-workflow@v1
if: always()
with:
committer_username: scala-center-steward[bot]
committer_email: 111975575+scala-center-steward[bot]@users.noreply.github.com

0 comments on commit 71e79de

Please sign in to comment.