mirror of
https://github.com/garronej/ts-ci.git
synced 2025-11-30 21:43:05 +00:00
Merge branch 'develop' of https://github.com/garronej/ts_ci into develop
This commit is contained in:
commit
8c2c9c07ce
1 changed files with 1 additions and 2 deletions
3
.github/workflows/ci.yaml
vendored
3
.github/workflows/ci.yaml
vendored
|
|
@ -9,7 +9,6 @@ on:
|
|||
|
||||
jobs:
|
||||
|
||||
|
||||
test_lint:
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ !github.event.created && github.repository != 'garronej/ts_ci' }}
|
||||
|
|
@ -129,4 +128,4 @@ jobs:
|
|||
- name: Dump matrix context
|
||||
env:
|
||||
MATRIX_CONTEXT: ${{ toJSON(matrix) }}
|
||||
run: echo "$MATRIX_CONTEXT"
|
||||
run: echo "$MATRIX_CONTEXT"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue