mirror of
https://github.com/catdevnull/preciazo.git
synced 2024-11-22 14:16:19 +00:00
usar runners oficiales
This commit is contained in:
parent
91c7087bdc
commit
2d6804a409
1 changed files with 2 additions and 1 deletions
3
.github/workflows/sepa-precios-archiver.yml
vendored
3
.github/workflows/sepa-precios-archiver.yml
vendored
|
@ -7,7 +7,8 @@ on:
|
|||
|
||||
jobs:
|
||||
archive-prices:
|
||||
runs-on: ubicloud-standard-4
|
||||
# runs-on: ubicloud-standard-4
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
|
Loading…
Reference in a new issue