Skip to content

chore(deps): bump org.testcontainers:junit-jupiter from 1.20.4 to 1.20.6 #1287

chore(deps): bump org.testcontainers:junit-jupiter from 1.20.4 to 1.20.6

chore(deps): bump org.testcontainers:junit-jupiter from 1.20.4 to 1.20.6 #1287

Workflow file for this run

name: Main
on:
schedule:
- cron: '0 4 * * 1,2,3,4,5'
push:
branches:
- master
- main
- releases/*
tags:
- v*
pull_request:
branches:
- master
- main
- releases/*
workflow_dispatch:
inputs:
skip-test:
description: 'Skip test'
type: choice
required: true
default: 'false'
options:
- "true"
- "false"
jobs:
check:
uses: kestra-io/actions/.github/workflows/plugins.yml@main
with:
skip-test: ${{ github.event.inputs.skip-test == 'true' }}
secrets: inherit