We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e330b3 commit 2bb7da4Copy full SHA for 2bb7da4
1 file changed
.github/workflows/deploy.yaml
@@ -17,7 +17,7 @@ jobs:
17
- uses: dorny/paths-filter@v2
18
id: filter
19
with:
20
- base: ${{ github.ref }}
+ base: ${{ github.ref_name }}
21
filters: |
22
triggers:
23
- 'apps/logic-system/src/**/*.ts'
@@ -56,7 +56,8 @@ jobs:
56
steps:
57
- uses: actions/checkout@v3
58
- name: Deploy triggers
59
- run: railway up -s logic-system -e ${{ needs.environment.outputs.environment }} --ci
+ # run: railway up -s logic-system -e ${{ needs.environment.outputs.environment }} --ci
60
+ run: echo "logic-system -e ${{ needs.environment.outputs.environment }} --ci"
61
62
deploy-subscriptions:
63
runs-on: ubuntu-latest
0 commit comments