Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Techatrix committed May 8, 2024
1 parent 11ac70b commit 88a81bb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ jobs:
- uses: actions/checkout@v4

- run: npm install
- run: npm run build
- run: npm run typecheck
- run: npm run lint
- run: npm run format -- --check
10 changes: 7 additions & 3 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
name: Deploy Worker
on:
push:
workflow_run:
workflows:
- CI
branches:
- master
types:
- completed

jobs:
deploy:
runs-on: ubuntu-latest
needs: CI
timeout-minutes: 60

steps:
- uses: actions/checkout@v4

- name: Build & Deploy Worker
uses: cloudflare/wrangler-action@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion wrangler.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name = "zigtools-release-worker"
name = "release-worker"
main = "src/index.ts"
compatibility_date = "2024-04-04"
compatibility_flags = ["nodejs_compat"]
Expand Down

0 comments on commit 88a81bb

Please sign in to comment.