File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,12 +21,12 @@ jobs:
2121 username : ${{ github.actor }}
2222 token : ${{ secrets.GITHUB_TOKEN }}
2323
24- - name : Interrupt job
25- if : ${{ steps.is_organization_member.outputs.result == 'false' }}
26- shell : bash
27- run : |
28- echo "Job failed due to user not being a member of Giskard-AI organization and the 'safe for build' label not being set on the PR"
29- exit 1
24+ # - name: Interrupt job
25+ # if: ${{ steps.is_organization_member.outputs.result == 'false' }}
26+ # shell: bash
27+ # run: |
28+ # echo "Job failed due to user not being a member of Giskard-AI organization and the 'safe for build' label not being set on the PR"
29+ # exit 1
3030
3131 - name : Checkout code
3232 uses : actions/checkout@v4.1.0
6161 with :
6262 channel-id : ${{ secrets.SLACK_CHANNEL_ID }}
6363 slack-message : |
64- <! channel> New release **v${{ inputs.version }}** has been triggered by @${{ github.actor }} :rocket:
64+ <@ channel> New release **v${{ inputs.version }}** triggered by @${{ github.actor }} :rocket:
6565 env :
6666 SLACK_BOT_TOKEN : ${{ secrets.SLACK_BOT_TOKEN }}
67- if-no-files-found : error
68- retention-days : 1
6967
7068 - name : Trigger release process in giskard-hub
7169 uses : peter-evans/repository-dispatch@v2
You can’t perform that action at this time.
0 commit comments