Skip to content

public

public #1

Workflow file for this run

name: Deploy Worker
on:
push:
branches:
- main
jobs:
deploy:

Check failure on line 7 in .github/workflows/push.yml

View workflow run for this annotation

GitHub Actions / Deploy Worker

Invalid workflow file

The workflow is not valid. .github/workflows/push.yml (Line: 7, Col: 3): The workflow must contain at least one job with no dependencies.
runs-on: ubuntu-latest
timeout-minutes: 60
needs: test
steps:
- uses: actions/checkout@v4
- name: Build & Deploy Worker
uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}