Skip to content

squash!

squash! #1

Workflow file for this run

name: Cloudflare
on:
push:
pull_request:
repository_dispatch:
jobs:
deploy:

Check failure on line 8 in .github/workflows/Cloudflare.yml

View workflow run for this annotation

GitHub Actions / Cloudflare

Invalid workflow file

The workflow is not valid. .github/workflows/Cloudflare.yml (Line: 8, Col: 5): The workflow must contain at least one job with no dependencies.
runs-on: ubuntu-latest
timeout-minutes: 60
needs: test
steps:
- uses: actions/checkout@v2
- name: Build & Deploy Worker
uses: cloudflare/[email protected]
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
accountId: ${{ secrets.CF_ACCOUNT_ID }}