Skip to content

Commit

Permalink
chore: temporariy disbale E2E
Browse files Browse the repository at this point in the history
  • Loading branch information
HuiSF committed Feb 14, 2025
1 parent a8e3a1f commit d7bf87e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/push-preid-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ on:
- feat/server-auth/main

jobs:
e2e:
secrets: inherit
uses: ./.github/workflows/callable-release-verification.yml
# e2e:
# secrets: inherit
# uses: ./.github/workflows/callable-release-verification.yml
parse-preid:
name: Parse preid from branch
runs-on: ubuntu-latest
Expand All @@ -28,7 +28,7 @@ jobs:

preid-release:
needs:
- e2e
# - e2e
- parse-preid
secrets: inherit
uses: ./.github/workflows/callable-npm-publish-preid.yml
Expand Down

0 comments on commit d7bf87e

Please sign in to comment.