Skip to content

Commit d37fc01

Browse files
authored
idiot update alpha.yml
1 parent df89bac commit d37fc01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/alpha.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions:
1212
jobs:
1313
validate:
1414
name: Symfony (PHP ${{ matrix.php-versions }})
15-
runs-on: ubuntu-latest
15+
runs-on: self-hosted
1616

1717
# Docs: https://docs.github.com/en/actions/using-containerized-services
1818
services:
@@ -84,7 +84,7 @@ jobs:
8484
# run: simple-phpunit --coverage-text
8585
deploy:
8686
name: Deploy image
87-
runs-on: ubuntu-latest
87+
runs-on: self-hosted
8888
needs: validate
8989
steps:
9090
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)