diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index fa729e8e..4df6a28c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -19,12 +19,12 @@ permissions: contents: read on: - workflow_run: - workflows: [image] - types: - - success - branches: - - draftawsvalidation + # workflow_run: + # workflows: [image] + # types: + # - success + # branches: + # - draftawsvalidation pull_request: types: diff --git a/.github/workflows/image.yaml b/.github/workflows/image.yaml index c7e0d8ed..7335e597 100644 --- a/.github/workflows/image.yaml +++ b/.github/workflows/image.yaml @@ -21,14 +21,14 @@ on: - opened - synchronize branches: - # - main + - main # - release-* - - draftawsvalidation + # - draftawsvalidation push: branches: - # - main + - main # - release-* - - draftawsvalidation + # - draftawsvalidation jobs: image: