Skip to content

Commit 3bf30a3

Browse files
committed
Fix
1 parent 6e8e1ee commit 3bf30a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ jobs:
178178
runs-on: ubuntu-24.04
179179
env:
180180
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
181-
if: ${{ github.event_name == 'pull_request' && env.FLY_API_TOKEN }}
181+
if: ${{ env.FLY_API_TOKEN }}
182182
outputs:
183183
url: ${{ steps.deploy.outputs.url }}
184184
environment:

0 commit comments

Comments
 (0)