Skip to content

Commit

Permalink
[skip ci] Update GitHub Actions config
Browse files Browse the repository at this point in the history
  • Loading branch information
jwodder committed Sep 25, 2023
1 parent 51bbd26 commit cd9154b
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 10 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/install-git-url.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/install-zip-url.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/minimum-vcs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/no-vcs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit cd9154b

Please sign in to comment.