Skip to content

Commit b579a60

Browse files
Gavin AguiarGavin Aguiar
authored andcommitted
Update github workflow
1 parent d7ed2c6 commit b579a60

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

.github/workflows/ci_docker_con_workflow.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,13 @@ on:
99
# * is a special character in YAML so you have to quote this string
1010
- cron: "0 8 * * 1,2,3,4"
1111
issue_comment:
12-
types: [ created, edited]
13-
pull_request_review_comment:
14-
types: [ created, edited]
12+
types: [created, edited]
1513

1614
jobs:
1715
build:
1816
name: "Python Docker CI Run"
17+
if: ${{ contains(github.event.comment.body, 'run-docker-tests') || github.event_name == 'schedule' }}
1918
runs-on: ubuntu-latest
20-
if: github.event_name == 'schedule' || contains(github.event.comment.body, '/run-docker-tests')
2119
strategy:
2220
fail-fast: false
2321
matrix:

.github/workflows/ci_docker_ded_workflow.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# This workflow will run all tests in endtoend/tests in a docker container using the latest dedicated image
22

3-
43
name: CI Docker Dedicated tests
54

65
on:
@@ -10,15 +9,13 @@ on:
109
# * is a special character in YAML so you have to quote this string
1110
- cron: "0 8 * * 1,2,3,4"
1211
issue_comment:
13-
types: [ created, edited]
14-
pull_request_review_comment:
15-
types: [ created, edited]
12+
types: [created, edited]
1613

1714
jobs:
1815
build:
1916
name: "Python Docker CI Run"
17+
if: ${{ contains(github.event.comment.body, 'run-docker-tests') || github.event_name == 'schedule' }}
2018
runs-on: ubuntu-latest
21-
if: github.event_name == 'schedule' || contains(github.event.comment.body, '/run-docker-tests')
2219
strategy:
2320
fail-fast: false
2421
matrix:

0 commit comments

Comments
 (0)