Skip to content

Commit 76117bb

Browse files
committed
ci: Fix ci
1 parent c77d3f2 commit 76117bb

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/publish-and-deploy.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -51,17 +51,6 @@ jobs:
5151
exit 1
5252
fi
5353
54-
- name: Detect changed paths
55-
id: changes
56-
uses: dorny/paths-filter@v3
57-
# todo: find a way to detect changes within same branch, for now do not push to dev/prod in parallel
58-
with:
59-
filters: |
60-
api:
61-
- 'src/api/**'
62-
jobs:
63-
- 'src/jobs/**'
64-
6554
- name: Backup existing API image
6655
# Pulls the current image using the target tag and backup it with a previous tag if it exists.
6756
if: steps.changes.outputs.api == 'true'

0 commit comments

Comments
 (0)