Skip to content

Commit 917c293

Browse files
committed
[CI] Update Github workflows for 1.0.x
1 parent 645e448 commit 917c293

File tree

5 files changed

+5
-50
lines changed

5 files changed

+5
-50
lines changed

.github/workflows/ci-dispatcher.yml

Lines changed: 0 additions & 25 deletions
This file was deleted.

.github/workflows/ci-pr.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ name: CI PRs
33
on:
44
pull_request:
55
branches:
6-
- 'main'
7-
- '0.2.x'
6+
- '1.0.x'
87
paths-ignore:
98
- '.github/**'
109

@@ -30,7 +29,7 @@ jobs:
3029
bootVersion=$(cat gradle/libs.versions.toml | grep "spring-boot = \"" | cut -d '"' -f2)
3130
echo "boot_version=$bootVersion" >>$GITHUB_OUTPUT
3231
build_and_verify:
33-
name: Build and Verify
32+
name: Build and Verify (1.0.x)
3433
needs: [prerequisites]
3534
runs-on: ubuntu-latest
3635
if: needs.prerequisites.outputs.runjobs

.github/workflows/ci.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,9 @@ name: CI
33
on:
44
push:
55
branches:
6-
- 'main'
7-
- '0.2.x'
6+
- '1.0.x'
87
paths-ignore:
98
- '.github/**'
10-
schedule:
11-
- cron: '0 10 * * *' # Once per day at 10am UTC
129
workflow_dispatch:
1310

1411
env:
@@ -43,7 +40,7 @@ jobs:
4340
bootVersion=$(cat gradle/libs.versions.toml | grep "spring-boot = \"" | cut -d '"' -f2)
4441
echo "boot_version=$bootVersion" >>$GITHUB_OUTPUT
4542
build_jdk_17:
46-
name: Build (JDK 17)
43+
name: Build (1.0.x w/ JDK 17)
4744
needs: [prerequisites]
4845
runs-on: ubuntu-latest
4946
if: needs.prerequisites.outputs.runjobs
@@ -99,7 +96,7 @@ jobs:
9996
config-path: .github/trivy-to-sarif.yaml
10097
upload-results: true
10198
deploy_artifacts:
102-
name: Deploy Artifacts
99+
name: Deploy Artifacts (1.0.x)
103100
needs: [build_jdk_17, check_samples, scan]
104101
runs-on: ubuntu-latest
105102
steps:

.github/workflows/deploy-docs-dispatcher-antora.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
name: Deploy Docs Dispatcher (Antora)
22
on:
3-
# push:
4-
# branches-ignore: [ gh-pages ]
5-
# tags: '**'
63
workflow_dispatch:
74
permissions:
85
actions: write

.github/workflows/sandbox-area.yml

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)