We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4493dcd commit 810a0d6Copy full SHA for 810a0d6
1 file changed
.github/workflows/test.yml
@@ -27,6 +27,7 @@ jobs:
27
cloud:
28
name: e2e k8s-${{ matrix.k3s }}
29
runs-on: ubuntu-latest
30
+ # Fork pull requests cannot access the required secrets, so only repository branches may run this job.
31
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository
32
33
permissions:
@@ -157,6 +158,7 @@ jobs:
157
158
robot:
159
name: e2e robot
160
161
162
163
164
0 commit comments