Skip to content

Commit

Permalink
ci: fix deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yousinix committed Aug 7, 2024
1 parent d1ffc2d commit 6f6726a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
name: Deploy Demo

on:
push:
branches:
- main
on: push

jobs:
deploy:
# Only run it if the service account is set,
# to avoid running it on internal forks (e.g. e2e)
if: ${{ secrets.STORAGE_SERVICE_ACCOUNT != '' }}
if: secrets.STORAGE_SERVICE_ACCOUNT != ''
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 6f6726a

Please sign in to comment.