Skip to content

Commit 2bb7da4

Browse files
committed
fix: compare changes to target branch
1 parent 0e330b3 commit 2bb7da4

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/deploy.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: dorny/paths-filter@v2
1818
id: filter
1919
with:
20-
base: ${{ github.ref }}
20+
base: ${{ github.ref_name }}
2121
filters: |
2222
triggers:
2323
- 'apps/logic-system/src/**/*.ts'
@@ -56,7 +56,8 @@ jobs:
5656
steps:
5757
- uses: actions/checkout@v3
5858
- name: Deploy triggers
59-
run: railway up -s logic-system -e ${{ needs.environment.outputs.environment }} --ci
59+
# run: railway up -s logic-system -e ${{ needs.environment.outputs.environment }} --ci
60+
run: echo "logic-system -e ${{ needs.environment.outputs.environment }} --ci"
6061

6162
deploy-subscriptions:
6263
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)