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
|
||||
on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
reason:
|
||||
description: 'Reason for run'
|
||||
required: true
|
||||
repository_dispatch:
|
||||
types: "SetupKubectlActionPR"
|
||||
on: # rebuild any PRs and main branch changes
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
- 'releases/*'
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- 'releases/*'
|
||||
|
||||
jobs:
|
||||
run-integration-test:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue