Skip to content

Commit

Permalink
Update Slack channel to more appropriate
Browse files Browse the repository at this point in the history
These are not device test related issues, but rather build issues.
  • Loading branch information
JanneKiiskila committed Sep 30, 2024
1 parent 43f7678 commit 87312b6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/create-linux-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ jobs:
uses: act10ns/slack@v2
with:
status: ${{ job.status }}
channel: '#testing_device'
if: always()
channel: '#testing_build'
if: failure()
create-tar-gz-int:
runs-on: ubuntu-22.04
if: github.repository == 'PelionIoT/manifest-tool-internal'
Expand All @@ -63,5 +63,5 @@ jobs:
uses: act10ns/slack@v2
with:
status: ${{ job.status }}
channel: '#testing_device'
if: always()
channel: '#testing_build'
if: failure()

0 comments on commit 87312b6

Please sign in to comment.