Skip to content

release: v0.5.1 (#26) #11

release: v0.5.1 (#26)

release: v0.5.1 (#26) #11

name: Test Compatibility
on:
workflow_dispatch:
push:
jobs:
call-test-compat-with-trigger:
if: github.ref == 'refs/heads/main'
uses: lacework/oss-actions/.github/workflows/tf-test-compatibility.yml@main
secrets: inherit
with:
trigger-release: true
call-test-compat-without-trigger:
if: github.ref != 'refs/heads/main'
uses: lacework/oss-actions/.github/workflows/tf-test-compatibility.yml@main
secrets: inherit
with:
trigger-release: false