mirror of
https://github.com/katanemo/plano.git
synced 2026-07-14 16:22:12 +02:00
remove check on push, just have check on pr
This commit is contained in:
parent
b59588c68e
commit
8993853efb
1 changed files with 1 additions and 1 deletions
2
.github/workflows/checks.yml
vendored
2
.github/workflows/checks.yml
vendored
|
|
@ -1,6 +1,6 @@
|
||||||
name: Static Analysis
|
name: Static Analysis
|
||||||
|
|
||||||
on: [push, pull_request]
|
on: pull_request
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
# Check and Linting are seperate jobs because linting does not fail
|
# Check and Linting are seperate jobs because linting does not fail
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue