summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/notify-discord.yml
diff options
context:
space:
mode:
authorblacksmith-sh[bot] <157653362+blacksmith-sh[bot]@users.noreply.github.com>2025-12-01 09:43:33 -0500
committerGitHub <[email protected]>2025-12-01 09:43:33 -0500
commitcbbd21e2e5058e88c2f3062b3684deb731749797 (patch)
tree1dde60243fbcf11015b781efa03a8cc493d5a789 /.github/workflows/notify-discord.yml
parente7d45ca617e62820f19bb25c8d6b396f12b79a40 (diff)
downloadopencode-cbbd21e2e5058e88c2f3062b3684deb731749797.tar.gz
opencode-cbbd21e2e5058e88c2f3062b3684deb731749797.zip
.github/workflows: Migrate workflows to Blacksmith runners (#4941)
Co-authored-by: blacksmith-sh[bot] <157653362+blacksmith-sh[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows/notify-discord.yml')
-rw-r--r--.github/workflows/notify-discord.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/notify-discord.yml b/.github/workflows/notify-discord.yml
index fde896410..d12cc7d73 100644
--- a/.github/workflows/notify-discord.yml
+++ b/.github/workflows/notify-discord.yml
@@ -6,7 +6,7 @@ on:
jobs:
notify:
- runs-on: ubuntu-latest
+ runs-on: blacksmith-4vcpu-ubuntu-2404
steps:
- name: Send nicely-formatted embed to Discord
uses: SethCohen/github-releases-to-discord@v1