Skip to content

Commit

Permalink
A0-3351: Testing in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin-Radecki committed Oct 23, 2023
1 parent d2dbbf5 commit b74a6f8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/actions/deploy/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,6 @@ runs:
message: 'Updating aleph-zero-dashboard ${{ inputs.environment }} docker image tag: ${{ inputs.image_tag }}'
add: '*.yaml'
cwd: 'aleph-apps'
branch: ${{ inputs.environment }}
# TODO uncomment before merge
# branch: ${{ inputs.environment == 'devnet' && 'main' || inputs.environment }}
branch: A0-3351

0 comments on commit b74a6f8

Please sign in to comment.