Skip to content

Commit

Permalink
fixed rfc-action cron job (#75)
Browse files Browse the repository at this point in the history
Changed the time to run **every day at 12:00** (UTC)

Updated the version to 0.0.8 which fixes the bug with the referenda url
comment being wrongly formatted
  • Loading branch information
Bullrich authored Feb 16, 2024
1 parent 7bfe4be commit bcca938
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rfc-referenda-notifications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: RFC Cron
on:
workflow_dispatch:
schedule:
- cron: '0 12 * * 1,2,3,4,5'
- cron: '0 12 * * *'

jobs:
rfc_notification:
Expand All @@ -19,7 +19,7 @@ jobs:
GH_TOKEN: ${{ github.token }}
WORKFLOW: ${{ github.workflow }}
GH_REPO: "${{ github.repository_owner }}/${{ github.event.repository.name }}"
- uses: paritytech/rfc-action@v0.0.7
- uses: paritytech/rfc-action@v0.0.8
env:
GH_TOKEN: ${{ github.token }}
PROVIDER_URL: "wss://polkadot-collectives-rpc.polkadot.io"
Expand Down

0 comments on commit bcca938

Please sign in to comment.