Updated on section for integration-tests.yml
This commit is contained in:
parent
24ccaa544b
commit
5110d03def
1 changed files with 9 additions and 8 deletions
17
.github/workflows/integration-tests.yml
vendored
17
.github/workflows/integration-tests.yml
vendored
|
@ -1,12 +1,13 @@
|
||||||
name: Integration test for setup-kubectl-v1
|
name: Integration test for setup-kubectl-v1
|
||||||
on:
|
on: # rebuild any PRs and main branch changes
|
||||||
workflow_dispatch:
|
pull_request:
|
||||||
inputs:
|
branches:
|
||||||
reason:
|
- main
|
||||||
description: 'Reason for run'
|
- 'releases/*'
|
||||||
required: true
|
push:
|
||||||
repository_dispatch:
|
branches:
|
||||||
types: "SetupKubectlActionPR"
|
- main
|
||||||
|
- 'releases/*'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
run-integration-test:
|
run-integration-test:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue