Skip to content

Commit

Permalink
Workflow concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
jesserockz committed Jun 20, 2024
1 parent 70710c7 commit b712a5c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ on:
schedule:
- cron: "0 5 * * 1"

permissions:
contents: read

concurrency:
# yamllint disable-line rule:line-length
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
build:
name: Build test configuration for esphome:${{ matrix.esphome-version }}
Expand Down

0 comments on commit b712a5c

Please sign in to comment.