appwrite/.github/workflows
Chirag Aggarwal adb4e4ef36 ci: fix benchmark by pulling compose from GitHub raw for the latest tag
`https://appwrite.io/install/compose` now returns a 308 redirect to the
HTML install docs (`/docs/advanced/self-hosting/installation`) instead
of serving the compose file, so the Benchmark job's "Installing latest
version" step was downloading 0 bytes and `docker compose up -d` died
with "empty compose file". This has been failing the Benchmark job on
every recent PR, not just this one.

Resolve the latest release tag via the GitHub API, then fetch the
compose file and `.env` from `raw.githubusercontent.com` at that tag.
Switched both curl calls to `-fsSL` so they fail loudly on non-2xx
responses or redirect loss instead of silently writing empty files.
2026-04-19 20:34:51 +05:30
..
static-analysis/locale Finalized locale check script 2025-08-12 14:09:36 +02:00
ai-moderator.yml Consolidate remaining PR workflows and simplify Trivy scan 2026-03-12 12:56:41 +00:00
auto-label-issue.yml chore: create workflow to auto add labels to issues 2025-10-24 11:24:57 -07:00
ci.yml ci: fix benchmark by pulling compose from GitHub raw for the latest tag 2026-04-19 20:34:51 +05:30
cleanup-cache.yml Refactor CI workflows: add COMPOSE_FILE env, add build targets, bump action versions, pin composer 2026-02-13 00:56:03 +00:00
codeql-analysis.yml Refactor CI workflows: add COMPOSE_FILE env, add build targets, bump action versions, pin composer 2026-02-13 00:56:03 +00:00
issue-triage.lock.yml fix: clarify bold formatting in triage instructions 2025-11-12 11:49:58 -08:00
issue-triage.md fix: clarify bold formatting in triage instructions 2025-11-12 11:49:58 -08:00
nightly.yml chore: pin trivy-action to safe v0.35.0 SHA to fix compromised 0.20.0 tag 2026-03-21 16:47:45 +00:00
publish.yml Merge branch '1.8.x' into ci/remove-stave-state 2026-02-13 20:54:56 +00:00
release.yml Merge branch '1.8.x' into ci/remove-stave-state 2026-02-13 20:54:56 +00:00
sdk-preview.yml fix workflow 2026-02-18 17:30:17 +05:30
specs.yml ci: add workflow_dispatch GitHub Action for specs generation 2026-02-17 23:10:30 +05:30
stale.yml Consolidate PR workflows into single CI workflow 2026-03-12 12:39:14 +00:00