Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/deploy-worker/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ runs:
else
echo "$PUSH_OUTPUT"
echo "::warning::Container image push failed — wrangler deploy will retry container push using CLOUDFLARE_API_TOKEN."
echo "::warning::To fix: ensure CLOUDFLARE_CONTAINERS_TOKEN has Account > Containers:Edit permission."
echo "::warning::To fix: ensure CLOUDFLARE_API_TOKEN or the optional cloudflare-containers-token input has Account > Containers:Edit permission."
echo "::warning::See: https://dash.cloudflare.com/profile/api-tokens"
fi

Expand Down
362 changes: 181 additions & 181 deletions .github/workflows/api-shield-scan.yml

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@ name: Benchmark

on:
push:
branches: [main]
branches: [master, main]
paths:
- 'src/**'
- 'deno.json'
- 'deno.lock'
- "src/**"
- "deno.json"
- "deno.lock"
pull_request:
branches: [main]
branches: [master, main]
paths:
- 'src/**'
- 'deno.json'
- 'deno.lock'
- "src/**"
- "deno.json"
- "deno.lock"
workflow_dispatch:

env:
DENO_VERSION: '2.x'
DENO_VERSION: "2.x"

jobs:
bench:
Expand Down
Loading
Loading