Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build workflow improvements #77

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
29 changes: 0 additions & 29 deletions .github/workflows/build.yml
Expand Up @@ -114,7 +114,6 @@ jobs:
mkdir .docs
npm run ghactionsbootstrap
npm run build
npm install -g @cloudflare/wrangler

build-access:
runs-on: ubuntu-latest
Expand All @@ -134,7 +133,6 @@ jobs:
mkdir .docs
npm run ghactionsbootstrap
npm run build
npm install -g @cloudflare/wrangler

build-analytics:
runs-on: ubuntu-latest
Expand All @@ -154,7 +152,6 @@ jobs:
mkdir .docs
npm run ghactionsbootstrap
npm run build
npm install -g @cloudflare/wrangler

build-argo-tunnel:
runs-on: ubuntu-latest
Expand All @@ -174,7 +171,6 @@ jobs:
mkdir .docs
npm run ghactionsbootstrap
npm run build
npm install -g @cloudflare/wrangler

build-byoip:
runs-on: ubuntu-latest
Expand All @@ -194,7 +190,6 @@ jobs:
mkdir .docs
npm run ghactionsbootstrap
npm run build
npm install -g @cloudflare/wrangler

build-distributed-web:
runs-on: ubuntu-latest
Expand All @@ -214,7 +209,6 @@ jobs:
mkdir .docs
npm run ghactionsbootstrap
npm run build
npm install -g @cloudflare/wrangler

build-docs-engine:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -253,7 +247,6 @@ jobs:
mkdir .docs
npm run ghactionsbootstrap
npm run build
npm install -g @cloudflare/wrangler

build-gateway:
runs-on: ubuntu-latest
Expand All @@ -273,7 +266,6 @@ jobs:
mkdir .docs
npm run ghactionsbootstrap
npm run build
npm install -g @cloudflare/wrangler

build-http3:
runs-on: ubuntu-latest
Expand All @@ -293,7 +285,6 @@ jobs:
mkdir .docs
npm run ghactionsbootstrap
npm run build
npm install -g @cloudflare/wrangler

build-images:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -332,7 +323,6 @@ jobs:
mkdir .docs
npm run ghactionsbootstrap
npm run build
npm install -g @cloudflare/wrangler

build-load-balancing:
runs-on: ubuntu-latest
Expand All @@ -352,7 +342,6 @@ jobs:
mkdir .docs
npm run ghactionsbootstrap
npm run build
npm install -g @cloudflare/wrangler

build-logs:
runs-on: ubuntu-latest
Expand All @@ -372,7 +361,6 @@ jobs:
mkdir .docs
npm run ghactionsbootstrap
npm run build
npm install -g @cloudflare/wrangler

build-magic-transit:
runs-on: ubuntu-latest
Expand All @@ -392,7 +380,6 @@ jobs:
mkdir .docs
npm run ghactionsbootstrap
npm run build
npm install -g @cloudflare/wrangler

build-mobile-sdk:
runs-on: ubuntu-latest
Expand All @@ -412,7 +399,6 @@ jobs:
mkdir .docs
npm run ghactionsbootstrap
npm run build
npm install -g @cloudflare/wrangler

build-network-interconnect:
runs-on: ubuntu-latest
Expand All @@ -432,7 +418,6 @@ jobs:
mkdir .docs
npm run ghactionsbootstrap
npm run build
npm install -g @cloudflare/wrangler

build-randomness-beacon:
runs-on: ubuntu-latest
Expand All @@ -452,7 +437,6 @@ jobs:
mkdir .docs
npm run ghactionsbootstrap
npm run build
npm install -g @cloudflare/wrangler

build-registrar:
runs-on: ubuntu-latest
Expand All @@ -472,7 +456,6 @@ jobs:
mkdir .docs
npm run ghactionsbootstrap
npm run build
npm install -g @cloudflare/wrangler

build-spectrum:
runs-on: ubuntu-latest
Expand All @@ -492,7 +475,6 @@ jobs:
mkdir .docs
npm run ghactionsbootstrap
npm run build
npm install -g @cloudflare/wrangler

build-ssl:
runs-on: ubuntu-latest
Expand All @@ -512,7 +494,6 @@ jobs:
mkdir .docs
npm run ghactionsbootstrap
npm run build
npm install -g @cloudflare/wrangler

build-stream:
runs-on: ubuntu-latest
Expand All @@ -532,7 +513,6 @@ jobs:
mkdir .docs
npm run ghactionsbootstrap
npm run build
npm install -g @cloudflare/wrangler

build-tenant:
runs-on: ubuntu-latest
Expand All @@ -552,7 +532,6 @@ jobs:
mkdir .docs
npm run ghactionsbootstrap
npm run build
npm install -g @cloudflare/wrangler

build-terraform:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -591,10 +570,6 @@ jobs:
mkdir .docs
npm run ghactionsbootstrap
npm run build
npm install -g @cloudflare/wrangler
- run: wrangler publish
env:
CF_API_TOKEN: ${{ secrets.CF_API_TOKEN }}

build-waf:
runs-on: ubuntu-latest
Expand All @@ -614,10 +589,6 @@ jobs:
mkdir .docs
npm run ghactionsbootstrap
npm run build
npm install -g @cloudflare/wrangler
- run: wrangler publish
env:
CF_API_TOKEN: ${{ secrets.CF_API_TOKEN }}

build-workers:
runs-on: ubuntu-latest
Expand Down