Skip to content

Add test check if no action source code is touched #1

Add test check if no action source code is touched

Add test check if no action source code is touched #1

Workflow file for this run

name: no-test
on:
pull_request:
branches:
- main
paths:
- '**'
- '!.github/workflows/test-*'
- '!git/setup/**'
- '!google/auth/**'
- '!updatecli/run/**'
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- run: echo "No test to run"