Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
rzadp committed Aug 9, 2024
1 parent 0e37056 commit a990346
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/misc-update-wishlist-leaderboard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,14 @@ on:
schedule:
# Run every 3 hours
- cron: '0 */3 * * *'
push:

permissions:
contents: read
issues: write

jobs:
update-wishlist-leaderboard:
if: github.repository == 'paritytech/polkadot-sdkx'
if: github.repository == 'paritytech/polkadot-sdk'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit a990346

Please sign in to comment.