Skip to content

Commit

Permalink
Limit cron actions to hacs/integration only
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus committed Jan 24, 2023
1 parent d601f3d commit ec7c1a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/generate-hacs-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ concurrency:
jobs:
category-data:
runs-on: ubuntu-latest
if: github.repository == 'hacs/integration'
name: Generate ${{ matrix.category }} data
strategy:
matrix:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ concurrency:
jobs:
lock:
runs-on: ubuntu-latest
if: github.repository == 'hacs/integration'
permissions:
issues: write
pull-requests: write
Expand Down

0 comments on commit ec7c1a3

Please sign in to comment.