Skip to content

Commit

Permalink
ci: remove unrelated jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
sgtoj committed Jul 30, 2023
1 parent 18bb6b5 commit 826b4be
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 41 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,6 @@ jobs:
steps:
- name: Checkout Code
uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3.7.0
with:
node-version: 18
- name: Tests for auth-at-edge
run: |
cd assets/cf-mw-auth
npm install
npm test
- name: Tests for url-rewriter
run: |
cd assets/cf-mw-urlrewrite
npm install
npm test
- name: Bump Version
id: tag_version
uses: mathieudutour/github-tag-action@v6.1
Expand Down
27 changes: 0 additions & 27 deletions .github/workflows/test.yml

This file was deleted.

0 comments on commit 826b4be

Please sign in to comment.