Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/post-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on: # yamllint disable-line rule:truthy

jobs:
post-merge-pipeline:
uses: open-edge-platform/orch-ci/.github/workflows/post-merge.yml@fb3f26822094c836ce15e42a66de0b1ac4fad508 # yamllint disable-line rule:line-length
uses: open-edge-platform/orch-ci/.github/workflows/post-merge.yml@2f1b44c87e3c1f8f239d5297ef9e7f3577e40241 # yamllint disable-line rule:line-length
with:
run_version_check: true
run_dep_version_check: false
Expand All @@ -29,7 +29,7 @@ jobs:
contents: read # needed for actions/checkout
pull-requests: read # needed for gh pr list
issues: write # needed to post PR comment
uses: open-edge-platform/orch-ci/.github/workflows/publish-documentation.yml@fb3f26822094c836ce15e42a66de0b1ac4fad508 # yamllint disable-line rule:line-length
uses: open-edge-platform/orch-ci/.github/workflows/publish-documentation.yml@2f1b44c87e3c1f8f239d5297ef9e7f3577e40241 # yamllint disable-line rule:line-length
with:
simple_mode: false
secrets:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pre-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
with:
persist-credentials: false
- name: "Verify Branch Name"
uses: open-edge-platform/orch-ci/verify-branch-name@fb3f26822094c836ce15e42a66de0b1ac4fad508 # yamllint disable-line rule:line-length
uses: open-edge-platform/orch-ci/verify-branch-name@2f1b44c87e3c1f8f239d5297ef9e7f3577e40241 # yamllint disable-line rule:line-length
pre-merge-pipeline:
needs: pre-checks
uses: open-edge-platform/orch-ci/.github/workflows/pre-merge.yml@fb3f26822094c836ce15e42a66de0b1ac4fad508 # yamllint disable-line rule:line-length
uses: open-edge-platform/orch-ci/.github/workflows/pre-merge.yml@2f1b44c87e3c1f8f239d5297ef9e7f3577e40241 # yamllint disable-line rule:line-length
with:
run_security_scans: false
run_version_check: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
contents: read # needed for actions/checkout
pull-requests: read # needed for gh pr list
issues: write # needed to post PR comment
uses: open-edge-platform/orch-ci/.github/workflows/publish-documentation.yml@fb3f26822094c836ce15e42a66de0b1ac4fad508 # yamllint disable-line rule:line-length
uses: open-edge-platform/orch-ci/.github/workflows/publish-documentation.yml@2f1b44c87e3c1f8f239d5297ef9e7f3577e40241 # yamllint disable-line rule:line-length
with:
simple_mode: false
secrets:
Expand Down