Skip to content

Commit 76630ee

Browse files
committed
Update workflows
1 parent 36b17c9 commit 76630ee

File tree

3 files changed

+338
-14
lines changed

3 files changed

+338
-14
lines changed
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
1-
name: 3.3.x | Integration Smoke Tests | Integration Webfux Data
1+
name: 3.3.x | Integration Smoke Tests | Integration Webflux Data
22
on:
33
schedule:
44
- cron : '10 0 * * *'
55
workflow_dispatch:
66
jobs:
7-
integration_webfux_data_app_test:
8-
name: Integration Webfux Data App Test
7+
integration_webflux_data_app_test:
8+
name: Integration Webflux Data App Test
99
uses: ./.github/workflows/smoke-test.yml
1010
secrets: inherit
1111
with:
1212
checkout_repository: spring-projects/spring-lifecycle-smoke-tests
1313
checkout_ref: 3.3.x
14-
project: integration:integration-webfux-data
14+
project: integration:integration-webflux-data
1515
task: appTest
16-
integration_webfux_data_checkpoint_restore_app_test:
17-
name: Integration Webfux Data Checkpoint Restore App Test
16+
integration_webflux_data_checkpoint_restore_app_test:
17+
name: Integration Webflux Data Checkpoint Restore App Test
1818
uses: ./.github/workflows/smoke-test.yml
1919
secrets: inherit
2020
with:
2121
checkout_repository: spring-projects/spring-lifecycle-smoke-tests
2222
checkout_ref: 3.3.x
23-
project: integration:integration-webfux-data
23+
project: integration:integration-webflux-data
2424
task: checkpointRestoreAppTest
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
1-
name: 3.4.x | Integration Smoke Tests | Integration Webfux Data
1+
name: 3.4.x | Integration Smoke Tests | Integration Webflux Data
22
on:
33
schedule:
44
- cron : '20 0 * * *'
55
workflow_dispatch:
66
jobs:
7-
integration_webfux_data_app_test:
8-
name: Integration Webfux Data App Test
7+
integration_webflux_data_app_test:
8+
name: Integration Webflux Data App Test
99
uses: ./.github/workflows/smoke-test.yml
1010
secrets: inherit
1111
with:
1212
checkout_repository: spring-projects/spring-lifecycle-smoke-tests
1313
checkout_ref: main
14-
project: integration:integration-webfux-data
14+
project: integration:integration-webflux-data
1515
task: appTest
16-
integration_webfux_data_checkpoint_restore_app_test:
17-
name: Integration Webfux Data Checkpoint Restore App Test
16+
integration_webflux_data_checkpoint_restore_app_test:
17+
name: Integration Webflux Data Checkpoint Restore App Test
1818
uses: ./.github/workflows/smoke-test.yml
1919
secrets: inherit
2020
with:
2121
checkout_repository: spring-projects/spring-lifecycle-smoke-tests
2222
checkout_ref: main
23-
project: integration:integration-webfux-data
23+
project: integration:integration-webflux-data
2424
task: checkpointRestoreAppTest

0 commit comments

Comments
 (0)