Skip to content

Commit

Permalink
use real runner name
Browse files Browse the repository at this point in the history
  • Loading branch information
josh-heyer committed Jan 14, 2025
1 parent e6d5537 commit bee03b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
report-failure:
needs: [deploy-to-netlify]
if: ${{ failure() }}
runs-on: ubuntu
runs-on: ubuntu-22.04
steps:
- uses: act10ns/slack@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
report-results:
needs: [deploy-to-netlify]
if: ${{ !cancelled() }}
runs-on: ubuntu
runs-on: ubuntu-22.04
steps:
- uses: act10ns/slack@v2
with:
Expand Down

2 comments on commit bee03b6

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

πŸŽ‰ Published on https://edb-docs.netlify.app as production
πŸš€ Deployed on https://678611c760e039bf932eb1f4--edb-docs.netlify.app

Please sign in to comment.