Skip to content

[Security] jenkins/* - Update Jenkins to 2.426.3 (#730) #30

[Security] jenkins/* - Update Jenkins to 2.426.3 (#730)

[Security] jenkins/* - Update Jenkins to 2.426.3 (#730) #30

---
name: Acceptenace Tests
on:
workflow_dispatch: {}
push:
branches:
- master
paths:
- '.github/workflows/acceptance-tests.yml'
- '**.yaml'
- 'test/**'
concurrency: acceptenace-tests-${{ github.ref }}
defaults:
run:
shell: bash
jobs:
acceptance-test:
uses: ./.github/workflows/acceptance-test-run.yml
with:
tests: '*'
deletion-policy: delete
failure-policy: rollback