@@ -86,30 +86,30 @@ jobs:
8686 gradle-cache-password : ${{ secrets.GRADLE_CACHE_PASSWORD }}
8787 snyk-token : ${{ secrets.SNYK_TOKEN }}
8888
89- # deploy-ci-trigger:
90- # name: Trigger CI Flows
91- # runs-on: hiero-citr-linux-medium
92- # needs:
93- # - mats-tests
94- # if: ${{ needs.mats-tests.result == 'success' }}
95- # steps:
96- # - name: Harden Runner
97- # uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
98- # with:
99- # egress-policy: audit
100- #
101- # - name: Trigger ZXF Deploy Production Release
102- # uses: step-security/workflow-dispatch@b4c1dc0afa074d0b4f0e653d3b80d4b2798599aa # v1.2.7
103- # with:
104- # workflow: .github/workflows/node-flow-deploy-release-artifact.yaml
105- # repo: hiero-ledger/hiero-consensus-node # ensure we are executing in the hiero-ledger org
106- # ref: main # ensure we are always using the workflow definition from the main branch
107- # token: ${{ secrets.GH_ACCESS_TOKEN }}
108- # inputs: '{
109- # "ref": "${{ github.sha }}",
110- # "ref-name": "${{ github.ref_name }}",
111- # "dry-run-enabled": false
112- # }'
89+ # deploy-ci-trigger:
90+ # name: Trigger CI Flows
91+ # runs-on: hiero-citr-linux-medium
92+ # needs:
93+ # - mats-tests
94+ # if: ${{ needs.mats-tests.result == 'success' }}
95+ # steps:
96+ # - name: Harden Runner
97+ # uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
98+ # with:
99+ # egress-policy: audit
100+ #
101+ # - name: Trigger ZXF Deploy Production Release
102+ # uses: step-security/workflow-dispatch@b4c1dc0afa074d0b4f0e653d3b80d4b2798599aa # v1.2.7
103+ # with:
104+ # workflow: .github/workflows/node-flow-deploy-release-artifact.yaml
105+ # repo: hiero-ledger/hiero-consensus-node # ensure we are executing in the hiero-ledger org
106+ # ref: main # ensure we are always using the workflow definition from the main branch
107+ # token: ${{ secrets.GH_ACCESS_TOKEN }}
108+ # inputs: '{
109+ # "ref": "${{ github.sha }}",
110+ # "ref-name": "${{ github.ref_name }}",
111+ # "dry-run-enabled": false
112+ # }'
113113
114114 report-failure :
115115 name : Report MATS execution failure
@@ -119,7 +119,7 @@ jobs:
119119 - dependency-check
120120 - spotless
121121 - mats-tests
122- # - deploy-ci-trigger
122+ # - deploy-ci-trigger
123123 if : ${{ (needs.code.result == 'success' ||
124124 needs.dependency-check.result != 'success' ||
125125 needs.spotless.result != 'success' ||
0 commit comments