This commit is contained in:
Andrea Peruffo 2024-04-01 13:46:10 +01:00
Родитель bb1c8f9e5b
Коммит 0a5695a3c2
1 изменённых файлов: 3 добавлений и 4 удалений

7
.github/workflows/integration-tests.yml поставляемый
Просмотреть файл

@ -1,11 +1,10 @@
name: integration-tests
on:
workflow_dispatch:
push:
# workflow_dispatch:
# push:
# branches: [main]
# pull_request:
branches: [main]
pull_request:
concurrency:
# Only run once for latest commit per ref and cancel other (previous) runs.