Skip to content

Commit

Permalink
ci: nightly: don't use self-hosted runner for reporting status (Myste…
Browse files Browse the repository at this point in the history
  • Loading branch information
brad-mysten authored Jun 28, 2022
1 parent eccef17 commit 9726e7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
report-status:
name: Report Status
runs-on: [self-hosted, self-hosted-ubuntu]
runs-on: ubuntu-latest
if: always()
needs: [beta, release, cargo-udeps]
steps:
Expand All @@ -108,7 +108,7 @@ jobs:
channel-id: 'build-failures-sui'
payload: |
{
"text": "Workflow ${{ github.workflow }} failed\nLogs are here: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"
"text": "Workflow ${{ github.workflow }} failed\nLogs are here: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}",
"blocks": [
{
"type": "section",
Expand Down

0 comments on commit 9726e7d

Please sign in to comment.