mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 11:46:38 +08:00
Avoid double action runs (#5148)
This commit is contained in:
parent
4301d3e8c8
commit
25a29df749
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -3,6 +3,8 @@ name: test
|
|||
on:
|
||||
push:
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
unit:
|
||||
|
@ -44,4 +46,4 @@ jobs:
|
|||
- name: npm run integration
|
||||
run: |
|
||||
npm install
|
||||
npm run integration
|
||||
npm run integration
|
||||
|
|
Loading…
Reference in New Issue
Block a user