We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c77d3f2 commit 76117bbCopy full SHA for 76117bb
.github/workflows/publish-and-deploy.yml
@@ -51,17 +51,6 @@ jobs:
51
exit 1
52
fi
53
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
-
65
- name: Backup existing API image
66
# Pulls the current image using the target tag and backup it with a previous tag if it exists.
67
if: steps.changes.outputs.api == 'true'
0 commit comments