Files
Joey Perrott 1f053a599f ci: update to latest dev-infra actions (#60000)
Update to the latest dev-infra actions to use non-deprecated caching.

PR Close #60000
2025-02-18 19:26:50 +00:00

22 lines
625 B
YAML

name: Google Internal Tests Enforcement
on:
pull_request_target:
types: [opened, reopened, synchronize]
permissions: {}
jobs:
trigger:
permissions:
pull-requests: read
statuses: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: angular/dev-infra/github-actions/google-internal-tests@84d4a7388f784b5243e9cc0906465c1a5c40f0aa
with:
run-tests-guide-url: http://go/angular-g3sync-start
github-token: ${{ secrets.GITHUB_TOKEN }}
sync-config: ./.ng-dev/google-sync-config.json