Skip to content

Commit 59bb7ba

Browse files
committed
chore(gpu): do not send slack message for external contributions for signed gpu tests
1 parent 80a1109 commit 59bb7ba

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/gpu_signed_integer_tests.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ jobs:
6363
- '.github/workflows/gpu_signed_integer_tests.yml'
6464
- scripts/integer-tests.sh
6565
- ci/slab.toml
66+
6667
setup-instance:
6768
name: Setup instance (cuda-signed-integer-tests)
6869
runs-on: ubuntu-latest
@@ -108,7 +109,7 @@ jobs:
108109
include:
109110
- os: ubuntu-22.04
110111
cuda: "12.2"
111-
gcc: 11
112+
gcc: 11
112113
steps:
113114
- name: Checkout tfhe-rs
114115
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
@@ -148,10 +149,11 @@ jobs:
148149
continue-on-error: true
149150
steps:
150151
- name: Send message
152+
if: env.SECRETS_AVAILABLE == 'true'
151153
uses: rtCamp/action-slack-notify@c33737706dea87cd7784c687dadc9adf1be59990
152154
env:
153155
SLACK_COLOR: ${{ needs.cuda-signed-integer-tests.result }}
154-
SLACK_MESSAGE: "Base GPU tests finished with status: ${{ needs.cuda-signed-integer-tests.result }} on '${{ env.BRANCH }}'. (${{ env.ACTION_RUN_URL }})"
156+
SLACK_MESSAGE: "Signed GPU tests finished with status: ${{ needs.cuda-signed-integer-tests.result }} on '${{ env.BRANCH }}'. (${{ env.ACTION_RUN_URL }})"
155157

156158
teardown-instance:
157159
name: Teardown instance (cuda-tests)

0 commit comments

Comments
 (0)