Skip to content

Commit

Permalink
Stepped sha
Browse files Browse the repository at this point in the history
  • Loading branch information
252afh committed Jul 29, 2024
1 parent e08a000 commit 64fe15e
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@fc592ad4ef99d2d608a9d4eacfe96b389fb1b879
uses: i-dot-ai/redbox/.github/workflows/build-and-release.yml@e08a000085c2308455ad4f46cd460e0a4bfbee9a
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@fc592ad4ef99d2d608a9d4eacfe96b389fb1b879
uses: i-dot-ai/redbox/.github/workflows/build-and-release.yml@e08a000085c2308455ad4f46cd460e0a4bfbee9a
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@fc592ad4ef99d2d608a9d4eacfe96b389fb1b879
uses: i-dot-ai/redbox/.github/workflows/build-and-release.yml@e08a000085c2308455ad4f46cd460e0a4bfbee9a
with:
environment: prod
core_infra_repo_reference: 'refs/heads/main'
Expand Down

0 comments on commit 64fe15e

Please sign in to comment.