diff --git a/.github/workflows/pr-fast-ci.yml b/.github/workflows/pr-fast-ci.yml index 28f1be6..35d81ac 100644 --- a/.github/workflows/pr-fast-ci.yml +++ b/.github/workflows/pr-fast-ci.yml @@ -77,7 +77,7 @@ jobs: name: Validate PR Description runs-on: ['self-hosted', 'linux', 'shell-only', 'public'] timeout-minutes: 5 - if: github.event.pull_request.draft == false + if: github.event.pull_request.draft == false && github.event.pull_request.user.login != 'dependabot[bot]' env: PR_BODY: ${{ github.event.pull_request.body }} steps: @@ -139,7 +139,7 @@ jobs: name: Validate PR Governance runs-on: ['self-hosted', 'linux', 'shell-only', 'public'] timeout-minutes: 5 - if: github.event.pull_request.draft == false + if: github.event.pull_request.draft == false && github.event.pull_request.user.login != 'dependabot[bot]' env: PR_TITLE: ${{ github.event.pull_request.title }} PR_BODY: ${{ github.event.pull_request.body }} diff --git a/.github/workflows/release-preflight.yml b/.github/workflows/release-preflight.yml index 9139f70..fda45e1 100644 --- a/.github/workflows/release-preflight.yml +++ b/.github/workflows/release-preflight.yml @@ -24,7 +24,7 @@ on: jobs: preflight: - uses: OMT-Global/bootstrap/.github/workflows/release-preflight-reusable.yml@d9c5bc7e50f4bcc97e4b4d3d2efc64e4ab3dca50 + uses: OMT-Global/bootstrap/.github/workflows/release-preflight-reusable.yml@05296606785553deb8f36e4f18313076dfc9646d with: version: ${{ inputs.version }} channel: ${{ inputs.channel }}