Skip to content

[Security] * - Update Amazon Linux 2 / AL2 ECS / AL1 NAT (#729) #26

[Security] * - Update Amazon Linux 2 / AL2 ECS / AL1 NAT (#729)

[Security] * - Update Amazon Linux 2 / AL2 ECS / AL1 NAT (#729) #26

---
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