Skip to content

Commit

Permalink
test new polkadot release schedule cron (#1060)
Browse files Browse the repository at this point in the history
# Goal
The goal of this PR is to test Polkadot new releases scan workflow.

Part of #930
  • Loading branch information
demisx authored Feb 10, 2023
1 parent 43cc855 commit 5a31ef4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/.polkadot-latest-full-release.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.9.37
v0.9.36
2 changes: 1 addition & 1 deletion .github/workflows/track-polkadot-releases.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Track Polkadot Releases
on:
schedule:
- cron: "0 0 * * *" # midnight
- cron: "0 18 * * *" # midnight
env:
REPO_URL: https://api.github.com/repos/paritytech/polkadot
RELEASE_TRACK_FILENAME: .github/workflows/.polkadot-latest-full-release.txt
Expand Down

0 comments on commit 5a31ef4

Please sign in to comment.