Update CI-basictests.yml

pull/4390/head
Miro Stauder 2 years ago committed by GitHub
parent 751620bff8
commit e3b6b3923b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,23 +1,23 @@
name: CI-basictests
on:
# push:
# branches: [ "v2.x" ]
# paths-ignore:
# - '.github/**'
# - '**.md'
# pull_request:
# branches: [ "v2.x" ]
# paths-ignore:
# - '.github/**'
# - '**.md'
push:
branches: [ "v2.x" ]
paths-ignore:
- '.github/**'
- '**.md'
pull_request:
branches: [ "v2.x" ]
paths-ignore:
- '.github/**'
- '**.md'
# schedule:
# - cron: '15 13 * * 3'
workflow_dispatch:
workflow_run:
workflows: ["CI-builds"]
types:
- completed
# workflow_run:
# workflows: ["CI-builds"]
# types:
# - completed
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}

Loading…
Cancel
Save