Skip to content

Commit

Permalink
Update scala-steward.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pomadchin committed May 17, 2024
1 parent 832f14f commit 8c407bb
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/scala-steward.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# This workflow will launch at 00:00 every day
on:
schedule:
- cron: '0 0 * * *'
workflow_dispatch:
# on:
# schedule:
# - cron: '0 0 * * *'
# workflow_dispatch:

name: Launch Scala Steward
# name: Launch Scala Steward

jobs:
scala-steward:
runs-on: ubuntu-latest
name: Launch Scala Steward
steps:
- name: Launch Scala Steward
uses: scala-steward-org/scala-steward-action@v2
with:
github-token: ${{ secrets.REPO_GITHUB_TOKEN }}
# jobs:
# scala-steward:
# runs-on: ubuntu-latest
# name: Launch Scala Steward
# steps:
# - name: Launch Scala Steward
# uses: scala-steward-org/scala-steward-action@v2
# with:
# github-token: ${{ secrets.REPO_GITHUB_TOKEN }}

0 comments on commit 8c407bb

Please sign in to comment.