Skip to content

Commit

Permalink
Merge pull request #933 from ralight/master
Browse files Browse the repository at this point in the history
Synchronise coverity scan branches on a weekly basis.
  • Loading branch information
icraggs committed Aug 25, 2020
2 parents 153dfd3 + 35a3981 commit e6cd65f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/covsync.yml
@@ -0,0 +1,17 @@
name: "Synchronise Coverity Scan branches on a weekly basis"

on:
workflow_dispatch:
schedule:
- cron: "7 3 * * 0"

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- run: |
git checkout -b coverity-develop origin/develop
git push origin coverity-develop

0 comments on commit e6cd65f

Please sign in to comment.