We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fd2c7b5 + e2d4ef1 commit b896f1dCopy full SHA for b896f1d
.github/workflows/pull-request.yaml
@@ -2,12 +2,12 @@ name: K8S E2E Tests
2
on:
3
merge_group:
4
pull_request:
5
- paths:
6
- - kubernetes-services/**
7
- - test/**
8
- - go.mod
9
- - renovate.json
10
- - .github/**
+ # paths:
+ # - kubernetes-services/**
+ # - test/**
+ # - go.mod
+ # - renovate.json
+ # - .github/**
11
12
concurrency:
13
group: ${{ github.workflow }}-${{ github.ref }}
@@ -175,4 +175,4 @@ jobs:
175
gh pr comment ${{ github.event.number }} --repo ${{ github.repository }} --body-file output/diff.md --edit-last || \
176
gh pr comment ${{ github.event.number }} --repo ${{ github.repository }} --body-file output/diff.md
177
env:
178
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments