Skip to content

Commit

Permalink
fix issues
Browse files Browse the repository at this point in the history
  • Loading branch information
lassemand committed Dec 13, 2024
1 parent 25630a7 commit c54ffbe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release-node-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ jobs:
remote-git-changes:
runs-on: ubuntu-latest
environment: release-node-images
needs: [release-concordium-node-image]
steps:
- uses: actions/create-github-app-token@v1
Expand All @@ -235,7 +236,7 @@ jobs:
notify-slack-changes:
needs: [release-concordium-node-image]
environment: release-images
environment: release-node-images
runs-on: ubuntu-latest
if: ${{ always() }}
steps:
Expand Down Expand Up @@ -306,7 +307,7 @@ jobs:
"text": "There are image which should be deleted: ```$DEVOPS_REPOSITORY_PATH/tools/delete_amis.sh '${{ needs.fetch-images.outputs.images }}'```"
}
env:
SLACK_URL: ${{ secrets.SLACK_URL }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_URL }}

notify-slack-on-failure:
needs: [release-concordium-node-image]
Expand Down

0 comments on commit c54ffbe

Please sign in to comment.