We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1d9d720 + 4e88232 commit 2394bc7Copy full SHA for 2394bc7
2 files changed
.github/workflows/build-docker-images.yml
@@ -24,13 +24,6 @@ on:
24
- ready_for_review
25
- reopened
26
- synchronize
27
- paths:
28
- - 'code/**'
29
- - 'docker/**'
30
- - 'package.json'
31
- - 'pyproject.toml'
32
- - '.github/workflows/build-docker-images.yml'
33
- - '.github/workflows/build-docker.yml'
34
merge_group:
35
workflow_dispatch:
36
.github/workflows/tests.yml
@@ -12,12 +12,6 @@ on:
12
- '.github/workflows/tests.yml'
13
pull_request:
14
branches: [main, dev, demo]
15
16
17
18
19
- - 'pytest.ini'
20
- - '.github/workflows/tests.yml'
21
types:
22
- opened
23
0 commit comments