Skip to content

Commit

Permalink
Merge pull request #16265 from github/repo-sync
Browse files Browse the repository at this point in the history
repo sync
  • Loading branch information
Octomerger authored Mar 15, 2022
2 parents 0df8d12 + dfe4480 commit 3290677
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/azure-preview-env-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ on:
description: 'The commit SHA to build'
type: string
required: true
push:
branches:
- gh-readonly-queue/main/**

permissions:
contents: read
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/link-check-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
push:
branches:
- main
- gh-readonly-queue/main/**
pull_request:

permissions:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/orphaned-assets-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ name: 'Orphaned assets check'

on:
pull_request:
push:
branches:
- gh-readonly-queue/main/**

permissions:
contents: read
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/repo-freeze-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ on:
- unlocked
branches:
- main
push:
branches:
- gh-readonly-queue/main/**

permissions:
contents: none
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ name: Node.js Tests
on:
workflow_dispatch:
pull_request:
push:
branches:
- gh-readonly-queue/main/**

permissions:
contents: read
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/triage-unallowed-internal-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ on:
- opened
- reopened
- synchronize
push:
branches:
- gh-readonly-queue/main/**

permissions:
# This is needed by dorny/paths-filter
Expand Down

0 comments on commit 3290677

Please sign in to comment.