Skip to content

Commit

Permalink
Step SHA
Browse files Browse the repository at this point in the history
  • Loading branch information
252afh committed Jul 30, 2024
1 parent 57f677b commit af80ccf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/_cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
release-dev:
# if: ${{ false }} # Uncomment this, and comment out the line below, to disable this workflow path
if: github.event_name == 'workflow_dispatch'
uses: i-dot-ai/redbox/.github/workflows/build-and-release.yml@f983a58e8eed78caeea1cd2f2786a1a4d34ef541
uses: i-dot-ai/redbox/.github/workflows/build-and-release.yml@57f677b340031242ab5839932d1e2d774b0b7702
with:
environment: dev
core_infra_repo_reference: ${{ inputs.core_repo_reference }}
Expand All @@ -41,7 +41,7 @@ jobs:
release-preprod:
# if: ${{ false }} # Uncomment this, and comment out the line below, to disable this workflow path
if: github.event_name == 'push' && github.ref_name == 'main'
uses: i-dot-ai/redbox/.github/workflows/build-and-release.yml@f983a58e8eed78caeea1cd2f2786a1a4d34ef541
uses: i-dot-ai/redbox/.github/workflows/build-and-release.yml@57f677b340031242ab5839932d1e2d774b0b7702
with:
environment: preprod
core_infra_repo_reference: 'refs/heads/main'
Expand All @@ -53,7 +53,7 @@ jobs:
release-prod:
# if: ${{ false }} # Uncomment this, and comment out the line below, to disable this workflow path
if: github.event_name == 'release'
uses: i-dot-ai/redbox/.github/workflows/build-and-release.yml@f983a58e8eed78caeea1cd2f2786a1a4d34ef541
uses: i-dot-ai/redbox/.github/workflows/build-and-release.yml@57f677b340031242ab5839932d1e2d774b0b7702
with:
environment: prod
core_infra_repo_reference: 'refs/heads/main'
Expand Down

0 comments on commit af80ccf

Please sign in to comment.