Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
text-generation-inference
Commits
13f1cd02
Unverified
Commit
13f1cd02
authored
Apr 13, 2023
by
OlivierDehaene
Committed by
GitHub
Apr 13, 2023
Browse files
feat(ci): use large runners (#179)
parent
9683c37b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.github/workflows/build.yaml
.github/workflows/build.yaml
+2
-2
No files found.
.github/workflows/build.yaml
View file @
13f1cd02
...
...
@@ -26,7 +26,7 @@ concurrency:
jobs
:
build-and-push-image
:
runs-on
:
ubuntu-latest
runs-on
:
large
permissions
:
contents
:
read
packages
:
write
...
...
@@ -133,7 +133,7 @@ jobs:
build-and-push-sagemaker-image
:
needs
:
-
build-and-push-image
runs-on
:
ubuntu-latest
runs-on
:
large
steps
:
-
name
:
Checkout repository
uses
:
actions/checkout@v3
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment