Skip to content

Commit 13b9de8

Browse files
Merge pull request #18 from mpryc/disable-irrelevant-ci
UPSTREAM: <carry>: Disable irrelevant CI workflows
2 parents 7e7ed77 + 8a94073 commit 13b9de8

19 files changed

Lines changed: 10 additions & 35 deletions
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

.github/workflows/lint.yml

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Lint
22
on:
33
pull_request:
4-
branches: [ master ]
4+
branches: [ oadp-dev, oadp-1.* ]
55
concurrency:
66
group: ${{ github.workflow }}-${{ github.ref }}
77
cancel-in-progress: true
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
fail-fast: false
2323
matrix:
24-
os: [ubuntu-latest, macos-latest]
24+
os: [ubuntu-latest]
2525
name: Lint
2626
runs-on: ${{ matrix.os }}
2727
steps:
@@ -33,19 +33,5 @@ jobs:
3333
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
3434
with:
3535
go-version-file: 'go.mod'
36-
- id: govulncheck
37-
uses: golang/govulncheck-action@b625fbe08f3bccbe446d94fbf87fcc875a4f50ee # v1.0.4
38-
with:
39-
cache: false
40-
go-version-input: '1.25.4'
41-
# An explicit Go version is needed for govulncheck-action since internally
42-
# it uses an outdated setup-go@v5.0 action that does not respect the 'toolchain'
43-
# directive in the 'go.mod' file.
44-
#go-version-file: 'go.mod'
45-
repo-checkout: false
4636
- name: Lint
4737
run: make lint
48-
- name: Check Locks
49-
run: make check-locks
50-
- name: Prettier
51-
run: make check-prettier

0 commit comments

Comments
 (0)