Skip to content

Commit

Permalink
Merge 840d80a into backport/jm/3372/vastly-busy-monarch
Browse files Browse the repository at this point in the history
  • Loading branch information
hc-github-team-consul-core authored Mar 28, 2023
2 parents 23fab4c + 840d80a commit 17ddd2c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/scripts/get_runner_classes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ case "$GITHUB_REPOSITORY" in
;;
*)
# shellcheck disable=SC2129
echo "compute-small=['custom', 'linux', 'small']" >> "$GITHUB_OUTPUT"
echo "compute-medium=['custom', 'linux', 'medium']" >> "$GITHUB_OUTPUT"
echo "compute-large=['custom', 'linux', 'large']" >> "$GITHUB_OUTPUT"
echo "compute-xl=['custom', 'linux', 'xl']" >> "$GITHUB_OUTPUT"
echo "compute-small=['custom-linux-s-consul-latest']" >> "$GITHUB_OUTPUT"
echo "compute-medium=['custom-linux-m-consul-latest']" >> "$GITHUB_OUTPUT"
echo "compute-large=['custom-linux-l-consul-latest']" >> "$GITHUB_OUTPUT"
echo "compute-xl=['custom-linux-xl-consul-latest']" >> "$GITHUB_OUTPUT"
;;
esac

0 comments on commit 17ddd2c

Please sign in to comment.