Skip to content

Commit 4d752dd

Browse files
committed
chore: ci updates for beta1
Signed-off-by: Sam Gammon <[email protected]>
1 parent af85fb6 commit 4d752dd

File tree

3 files changed

+3
-49
lines changed

3 files changed

+3
-49
lines changed

.github/workflows/job.deploy-model.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ jobs:
5858
uses: bufbuild/buf-push-action@a654ff18effe4641ebea4a4ce242c49800728459 # v1.2.0
5959
with:
6060
buf_token: ${{ secrets.BUF_TOKEN }}
61-
input: proto
61+
input: packages/proto

.github/workflows/on.pr.yml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -122,27 +122,6 @@ jobs:
122122
##
123123
## Job: Multi-platform Build
124124
##
125-
# pr-build:
126-
# name: "Build"
127-
# uses: ./.github/workflows/job.build.yml
128-
# secrets: inherit
129-
# needs: [triage]
130-
# if: fromJson(needs.triage.outputs.model) || fromJson(needs.triage.outputs.packages) || fromJson(needs.triage.outputs.tools)
131-
# permissions:
132-
# contents: "write"
133-
# actions: "read"
134-
# id-token: "write"
135-
# checks: "write"
136-
# pull-requests: "write"
137-
# packages: "read"
138-
# security-events: "write"
139-
# with:
140-
# provenance: false
141-
# native: ${{ contains(github.event.pull_request.labels.*.name, 'ci:build-native') || contains(github.event.head_commit.message, 'ci:build-native') }}
142-
143-
##
144-
## Job: Multi-platform Build
145-
##
146125
pr-test:
147126
name: "Build"
148127
uses: ./.github/workflows/job.test.yml

.github/workflows/on.push.yml

Lines changed: 2 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ name: CI
1919
branches:
2020
- stable
2121
- main
22+
- release/*
2223

2324
permissions:
2425
contents: read
@@ -79,6 +80,7 @@ jobs:
7980
check-scorecard:
8081
name: "Checks"
8182
uses: ./.github/workflows/checks.scorecards.yml
83+
if: github.ref == 'refs/heads/main'
8284
permissions:
8385
attestations: "read"
8486
actions: "read"
@@ -103,30 +105,3 @@ jobs:
103105
uses: ./.github/workflows/checks.gradle-wrapper.yml
104106
permissions:
105107
contents: "read"
106-
107-
##
108-
## Job: Checks with Sonar
109-
##
110-
check-sonar:
111-
name: "Checks"
112-
uses: ./.github/workflows/checks.sonar.yml
113-
needs: [build]
114-
secrets:
115-
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
116-
BUILDLESS_APIKEY: ${{ secrets.BUILDLESS_APIKEY }}
117-
permissions:
118-
contents: "read"
119-
120-
##
121-
## Job: Checks with CodeQL
122-
##
123-
check-codeql:
124-
name: "Checks"
125-
uses: ./.github/workflows/checks.codeql.yml
126-
needs: [build]
127-
secrets:
128-
BUILDLESS_APIKEY: ${{ secrets.BUILDLESS_APIKEY }}
129-
permissions:
130-
actions: "read"
131-
contents: "read"
132-
security-events: "write"

0 commit comments

Comments
 (0)