Skip to content

Commit 633471b

Browse files
committed
Disable org member check
1 parent eb15bc7 commit 633471b

1 file changed

Lines changed: 7 additions & 9 deletions

File tree

.github/workflows/create-release.yml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff 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
@@ -61,11 +61,9 @@ jobs:
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

0 commit comments

Comments
 (0)