diff --git a/.github/workflows/install-git-url.yml b/.github/workflows/install-git-url.yml index 47180fc..c20ae99 100644 --- a/.github/workflows/install-git-url.yml +++ b/.github/workflows/install-git-url.yml @@ -3,15 +3,17 @@ name: Test Installing from a Git URL on: pull_request: push: + branches-ignore: + - 'dependabot/**' schedule: - - cron: '0 6 * * *' + - cron: '0 7 * * *' defaults: run: shell: bash concurrency: - group: ${{ github.workflow }}-${{ github.event_name}}-${{ github.ref_name }} + group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref_name }} cancel-in-progress: true jobs: diff --git a/.github/workflows/install-zip-url.yml b/.github/workflows/install-zip-url.yml index 6fd3732..2eb6e47 100644 --- a/.github/workflows/install-zip-url.yml +++ b/.github/workflows/install-zip-url.yml @@ -3,15 +3,17 @@ name: Test Installing from a GitHub Zip URL on: pull_request: push: + branches-ignore: + - 'dependabot/**' schedule: - - cron: '0 6 * * *' + - cron: '0 7 * * *' defaults: run: shell: bash concurrency: - group: ${{ github.workflow }}-${{ github.event_name}}-${{ github.ref_name }} + group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref_name }} cancel-in-progress: true jobs: diff --git a/.github/workflows/minimum-vcs.yml b/.github/workflows/minimum-vcs.yml index 35f0b29..950d0f5 100644 --- a/.github/workflows/minimum-vcs.yml +++ b/.github/workflows/minimum-vcs.yml @@ -3,11 +3,13 @@ name: Test Against Minimum VCS Versions on: pull_request: push: + branches-ignore: + - 'dependabot/**' schedule: - - cron: '0 6 * * *' + - cron: '0 7 * * *' concurrency: - group: ${{ github.workflow }}-${{ github.event_name}}-${{ github.ref_name }} + group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref_name }} cancel-in-progress: true jobs: diff --git a/.github/workflows/no-vcs.yml b/.github/workflows/no-vcs.yml index 3495510..fd0e395 100644 --- a/.github/workflows/no-vcs.yml +++ b/.github/workflows/no-vcs.yml @@ -3,11 +3,13 @@ name: Test with No VCSes on: pull_request: push: + branches-ignore: + - 'dependabot/**' schedule: - - cron: '0 6 * * *' + - cron: '0 7 * * *' concurrency: - group: ${{ github.workflow }}-${{ github.event_name}}-${{ github.ref_name }} + group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref_name }} cancel-in-progress: true jobs: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fa5f935..3c0601c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -3,11 +3,13 @@ name: Test on: pull_request: push: + branches-ignore: + - 'dependabot/**' schedule: - - cron: '0 6 * * *' + - cron: '0 7 * * *' concurrency: - group: ${{ github.workflow }}-${{ github.event_name}}-${{ github.ref_name }} + group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref_name }} cancel-in-progress: true jobs: