Skip to content

chore(deps): update plotly requirement from >=5.10.0 to >=6.7.0 (#72) #11

chore(deps): update plotly requirement from >=5.10.0 to >=6.7.0 (#72)

chore(deps): update plotly requirement from >=5.10.0 to >=6.7.0 (#72) #11

Workflow file for this run

name: Deploy
on:
push:
branches: [main]
jobs:
test:
uses: ./.github/workflows/ci.yml

Check failure on line 9 in .github/workflows/deploy.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/deploy.yml

Invalid workflow file

error parsing called workflow ".github/workflows/deploy.yml" -> "./.github/workflows/ci.yml" (source branch with sha:f5be8cdddb2574b7aa7547271b4a9c1eb3d93bb7) : workflow is not reusable as it is missing a `on.workflow_call` trigger
deploy:
needs: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- name: Set up Flyctl
uses: superfly/flyctl-actions/setup-flyctl@master
- name: Deploy to Fly.io
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
run: fly deploy --remote-only