Skip to content

Commit b896f1d

Browse files
authored
Merge pull request #608 from procinger/renovate/go.yaml.in-yaml-v2-3.x
chore(deps): update module go.yaml.in/yaml/v2 to v3
2 parents fd2c7b5 + e2d4ef1 commit b896f1d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/pull-request.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ name: K8S E2E Tests
22
on:
33
merge_group:
44
pull_request:
5-
paths:
6-
- kubernetes-services/**
7-
- test/**
8-
- go.mod
9-
- renovate.json
10-
- .github/**
5+
# paths:
6+
# - kubernetes-services/**
7+
# - test/**
8+
# - go.mod
9+
# - renovate.json
10+
# - .github/**
1111

1212
concurrency:
1313
group: ${{ github.workflow }}-${{ github.ref }}
@@ -175,4 +175,4 @@ jobs:
175175
gh pr comment ${{ github.event.number }} --repo ${{ github.repository }} --body-file output/diff.md --edit-last || \
176176
gh pr comment ${{ github.event.number }} --repo ${{ github.repository }} --body-file output/diff.md
177177
env:
178-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
178+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)