Skip to content

Commit

Permalink
Use GitHub runners as public repo (#1455)
Browse files Browse the repository at this point in the history
Based on our [runner selection
documentation](https://hazelcast.atlassian.net/wiki/spaces/EN/pages/5358485538/GitHub+Runner+Selection+Guide),
we should be using the GitHub runners for actions executed in public
repos as they are free vs using paid-for `ubicloud` minutes.
  • Loading branch information
JackPGreen authored Jan 6, 2025
1 parent 65d86c2 commit 8bed22a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
deploy:
runs-on: ubicloud-standard-2
runs-on: ubuntu-latest
steps:
- name: Dispatch docs deployment
# https://docs.netlify.com/configure-builds/build-hooks/
Expand Down

0 comments on commit 8bed22a

Please sign in to comment.