try this
This commit is contained in:
parent
a34c020354
commit
0e8d3b5ff7
1 changed files with 2 additions and 2 deletions
4
.github/workflows/pr.yaml
vendored
4
.github/workflows/pr.yaml
vendored
|
|
@ -3,8 +3,8 @@ on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: ['*']
|
branches: ['*']
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
checks:
|
||||||
name: Test & Build
|
name: Checks
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue