Skip to content

Update nightly-build.yml #338

Update nightly-build.yml

Update nightly-build.yml #338

Workflow file for this run

name: 'coverage'
on:
pull_request:
branches:
- main
jobs:
coverage:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, '[skip ci]')"
steps:
- uses: actions/checkout@v1
- uses: ArtiomTr/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}