Skip to content
This repository has been archived by the owner on Feb 28, 2023. It is now read-only.

Commit

Permalink
Merge pull request #75 from paritytech/igor-scheduled-ci
Browse files Browse the repository at this point in the history
ci: Perform nightly CI/CD runs to catch possible breakage
  • Loading branch information
Xanewok authored May 10, 2021
2 parents c90d118 + cbbb332 commit 7d81ebe
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
name: ci
on: [push, pull_request]
on:
pull_request:
push:
# Run periodic nightly checks to catch unrelated possible breakages
# in the meantime (e.g. some not pinned Docker image being updated or
# a change in the CI environment)
schedule:
- cron: '0 0 * * *'
jobs:
lint:
name: ${{ matrix.component }} ${{ matrix.os }}
Expand Down

0 comments on commit 7d81ebe

Please sign in to comment.