Skip to content

fix: skip event for releases with commit id (#2031) #1435

fix: skip event for releases with commit id (#2031)

fix: skip event for releases with commit id (#2031) #1435

name: "Execution Plan on main"
'on':
push:
tags-ignore:
- "**"
branches:
- main
jobs:
execution-plan:
uses: ./.github/workflows/execution-plan-snippet-earthly.yml
with:
trigger: main
secrets: inherit
integration-tests:
needs: [execution-plan]
uses: ./.github/workflows/integration-tests.yml
with:
trigger: main
secrets: inherit
trivy-scan:
needs: [execution-plan]
uses: ./.github/workflows/trivy-scan.yml
with:
trigger: main
secrets: inherit