Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
jwulf committed May 3, 2023
1 parent 15c6e81 commit 1993584
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 172 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- 9200:9200
- 9300:9300
zeebe:
image: camunda/zeebe:8.1.6
image: camunda/zeebe:8.2.3
env:
JAVA_TOOL_OPTIONS: "-Xms512m -Xmx512m"
ZEEBE_BROKER_EXPORTERS_ELASTICSEARCH_CLASSNAME: io.camunda.zeebe.exporter.ElasticsearchExporter
Expand Down
67 changes: 0 additions & 67 deletions .github/workflows/codeql-analysis.yml

This file was deleted.

24 changes: 0 additions & 24 deletions .github/workflows/daily-test.yml

This file was deleted.

29 changes: 0 additions & 29 deletions .github/workflows/release-drafter.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/tag-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- 9200:9200
- 9300:9300
zeebe:
image: camunda/zeebe:8.2.0-alpha5
image: camunda/zeebe:8.2.3
env:
JAVA_TOOL_OPTIONS: "-Xms512m -Xmx512m"
ZEEBE_BROKER_EXPORTERS_ELASTICSEARCH_CLASSNAME: io.camunda.zeebe.exporter.ElasticsearchExporter
Expand Down
19 changes: 0 additions & 19 deletions .github/workflows/test-camunda-saas-pr.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/test-camunda-saas-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "Test on Camunda 8 SaaS"
on: # main branch changes
push:
jobs:
test:
test-on-saas:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
Expand Down
30 changes: 0 additions & 30 deletions .github/workflows/test-nestjs.yml

This file was deleted.

0 comments on commit 1993584

Please sign in to comment.