Skip to content

Commit

Permalink
ci(actions): disable e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joelbeckmann committed Jan 21, 2025
1 parent a6eb7be commit 5d34721
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/wf-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
call-lint-workflow:
uses: ./.github/workflows/lint.yml

call-e2e-workflow:
needs:
- call-lint-workflow
uses: ./.github/workflows/e2e.yml
secrets: inherit
#call-e2e-workflow:
# needs:
# - call-lint-workflow
# uses: ./.github/workflows/e2e.yml
# secrets: inherit

call-container-build-workflow:
needs:
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/wf-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ jobs:
call-lint-workflow:
uses: ./.github/workflows/lint.yml

call-e2e-workflow:
needs:
- call-lint-workflow
uses: ./.github/workflows/e2e.yml
secrets: inherit
#call-e2e-workflow:
# needs:
# - call-lint-workflow
# uses: ./.github/workflows/e2e.yml
# secrets: inherit

call-container-build-workflow:
needs:
- call-lint-workflow
- call-e2e-workflow
# - call-e2e-workflow
uses: ./.github/workflows/container-build.yml
with:
container-tag: latest
Expand Down

0 comments on commit 5d34721

Please sign in to comment.