diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index faa4957..376827b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,11 +1,19 @@ name: CI on: - push: pull_request: + push: + branches-ignore: + - dependabot/* + - renovate/* schedule: - - cron: '0 0 * * 0' - + - cron: 0 0 * * 0 + workflow_dispatch: +concurrency: + group: "${{ github.workflow }}-${{ github.ref }}" + cancel-in-progress: true +permissions: + contents: read jobs: ci: runs-on: ubuntu-latest