ci: skip relup tests for now
This commit is contained in:
parent
c95d201331
commit
7233f42889
|
@ -4,13 +4,13 @@ concurrency:
|
||||||
group: relup-${{ github.event_name }}-${{ github.ref }}
|
group: relup-${{ github.event_name }}-${{ github.ref }}
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
|
||||||
on:
|
# on:
|
||||||
push:
|
# push:
|
||||||
branches:
|
# branches:
|
||||||
- '**'
|
# - '**'
|
||||||
tags:
|
# tags:
|
||||||
- e*
|
# - e*
|
||||||
pull_request:
|
# pull_request:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
relup_test_plan:
|
relup_test_plan:
|
||||||
|
|
Loading…
Reference in New Issue