Skip to content

Commit

Permalink
Add test check if no action source code is touched (#9)
Browse files Browse the repository at this point in the history
* Add test check if no action source code is touched

* Fix
  • Loading branch information
reakaleek authored May 28, 2024
1 parent 87cc601 commit 8b1942c
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/no-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
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"

0 comments on commit 8b1942c

Please sign in to comment.