Skip to content

Commit

Permalink
getting started CI notify use ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
ryichando committed Feb 1, 2025
1 parent b9f9a30 commit 6618485
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/getting-started.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
docker rm $TMP_CONTAINER_NAME
notify_failure:
runs-on: ${{ github.event.inputs.runner }}
runs-on: ubuntu-latest
needs: headless
if: ${{ failure() }}
steps:
Expand All @@ -87,4 +87,4 @@ jobs:
env:
SLACK_TITLE: Deploy / Failure
SLACK_COLOR: danger
SLACK_MESSAGE: One or more tests failed.
SLACK_MESSAGE: One or more tests failed.

0 comments on commit 6618485

Please sign in to comment.